diff --git a/sdrangel.windows.pro b/sdrangel.windows.pro index 458827a29..ec14f28b3 100644 --- a/sdrangel.windows.pro +++ b/sdrangel.windows.pro @@ -7,7 +7,7 @@ TEMPLATE = subdirs SUBDIRS = sdrbase SUBDIRS += plugins/samplesource/filesource -SUBDIRS += plugins/samplesource/sdrdaemon +#SUBDIRS += plugins/samplesource/sdrdaemon SUBDIRS += plugins/channel/demodam SUBDIRS += plugins/channel/chanalyzer diff --git a/sdrbase/sdrbase.pro b/sdrbase/sdrbase.pro index 50455f0bc..301bf7662 100644 --- a/sdrbase/sdrbase.pro +++ b/sdrbase/sdrbase.pro @@ -14,7 +14,7 @@ INCLUDEPATH += $$PWD DEFINES += USE_KISSFFT=1 CONFIG(ANDROID):INCLUDEPATH += /opt/build/Boost-for-Android-Prebuilt/boost_1_53_0/include -CONFIG(MINGW32):INCLUDEPATH += "D:\boost_1_55_0" +CONFIG(MINGW32):INCLUDEPATH += "D:\boost_1_58_0" SOURCES += mainwindow.cpp\ audio/audiodeviceinfo.cpp\