diff --git a/plugins/channel/demodbfm/demodbfm.pro b/plugins/channel/demodbfm/demodbfm.pro index 073c790a5..6b37680fb 100644 --- a/plugins/channel/demodbfm/demodbfm.pro +++ b/plugins/channel/demodbfm/demodbfm.pro @@ -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 diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index a09f21af7..ef2ef52c6 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -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