From 6fde3b75f60826cac7dbe7eac81a32755fd5e213 Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 9 Mar 2016 06:49:49 +0100 Subject: [PATCH] Windows build: remove sdrdaemon until LZ4 dependency is resolved. Set boost version to 1.58 --- sdrangel.windows.pro | 2 +- sdrbase/sdrbase.pro | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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\