1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

Windows build: added SDRdaemon input plugin in the build

This commit is contained in:
Edouard Griffiths
2016-03-09 18:42:32 +01:00
parent 310c169819
commit 90d6cd89e9
2 changed files with 3 additions and 0 deletions
@@ -12,6 +12,7 @@ QT += core gui widgets multimedia network
TARGET = inputsdrdaemon
INCLUDEPATH += $$PWD
INCLUDEPATH += ../../../sdrbase
INCLUDEPATH += ../../../lz4
CONFIG(Release):build_subdir = release
CONFIG(Debug):build_subdir = debug
@@ -31,5 +32,6 @@ sdrdaemonudphandler.h
FORMS += sdrdaemongui.ui
LIBS += -L../../../sdrbase/$${build_subdir} -lsdrbase
LIBS += -L../../../lz4/$${build_subdir} -llz4
RESOURCES = ../../../sdrbase/resources/res.qrc