1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-27 15:26:33 -04:00

Windows build: remove sdrdaemon until LZ4 dependency is resolved. Set boost version to 1.58

This commit is contained in:
f4exb 2016-03-09 06:49:49 +01:00
parent 782bb8ae40
commit 6fde3b75f6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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