mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-31 14:22:26 -04: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
|
TEMPLATE = subdirs
|
||||||
SUBDIRS = sdrbase
|
SUBDIRS = sdrbase
|
||||||
SUBDIRS += plugins/samplesource/filesource
|
SUBDIRS += plugins/samplesource/filesource
|
||||||
SUBDIRS += plugins/samplesource/sdrdaemon
|
#SUBDIRS += plugins/samplesource/sdrdaemon
|
||||||
SUBDIRS += plugins/channel/demodam
|
SUBDIRS += plugins/channel/demodam
|
||||||
SUBDIRS += plugins/channel/chanalyzer
|
SUBDIRS += plugins/channel/chanalyzer
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ INCLUDEPATH += $$PWD
|
|||||||
DEFINES += USE_KISSFFT=1
|
DEFINES += USE_KISSFFT=1
|
||||||
|
|
||||||
CONFIG(ANDROID):INCLUDEPATH += /opt/build/Boost-for-Android-Prebuilt/boost_1_53_0/include
|
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\
|
SOURCES += mainwindow.cpp\
|
||||||
audio/audiodeviceinfo.cpp\
|
audio/audiodeviceinfo.cpp\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user