Windows build: added demodbfm channel plugin to the build

This commit is contained in:
f4exb 2016-03-10 02:54:25 +01:00
parent 6e7de06e91
commit 8cc3ec4d03
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@ TARGET = demodbfm
INCLUDEPATH += $$PWD
INCLUDEPATH += ../../../sdrbase
CONFIG(ANDROID):INCLUDEPATH += /opt/build/Boost-for-Android-Prebuilt/boost_1_53_0/include
CONFIG(MINGW32):INCLUDEPATH += "D:\boost_1_58_0"
CONFIG(Release):build_subdir = release
CONFIG(Debug):build_subdir = debug

View File

@ -11,6 +11,7 @@ SUBDIRS += plugins/samplesource/filesource
SUBDIRS += plugins/samplesource/sdrdaemon
SUBDIRS += plugins/channel/demodam
SUBDIRS += plugins/channel/chanalyzer
SUBDIRS += plugins/channel/demodbfm
# Main app must be last
CONFIG += ordered