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

View File

@ -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

View File

@ -8,6 +8,7 @@ TEMPLATE = subdirs
SUBDIRS = sdrbase
SUBDIRS += lz4
SUBDIRS += plugins/samplesource/filesource
SUBDIRS += plugins/samplesource/sdrdaemon
SUBDIRS += plugins/channel/demodam
SUBDIRS += plugins/channel/chanalyzer