1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-07 17:16:02 -05:00

Use FFT KISS engine for Android and/or Windows builds with .pro file

This commit is contained in:
f4exb 2016-03-06 15:40:57 +01:00
parent 1a891f8e81
commit 45d597b24c

View File

@ -12,6 +12,8 @@ TARGET = sdrangel
TEMPLATE = app
INCLUDEPATH += $$PWD/include
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"
@ -29,6 +31,7 @@ SOURCES += main.cpp\
sdrbase/dsp/dspengine.cpp\
sdrbase/dsp/dspdeviceengine.cpp\
sdrbase/dsp/fftengine.cpp\
sdrbase/dsp/kissengine.cpp\
sdrbase/dsp/fftfilt.cxx\
sdrbase/dsp/fftwindow.cpp\
sdrbase/dsp/filterrc.cpp\