mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 09:48:45 -05:00
Windows build: remove sdrdaemon until LZ4 dependency is resolved. Set boost version to 1.58
This commit is contained in:
parent
782bb8ae40
commit
6fde3b75f6
@ -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
|
||||
|
||||
|
@ -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\
|
||||
|
Loading…
Reference in New Issue
Block a user