test_sdk/hw/test_hw/test_hw.pro

44 lines
1.4 KiB
Prolog

QT += core xml
QT -= gui
CONFIG += c++11 console
CONFIG -= app_bundle
# You can make your code fail to compile if it uses deprecated APIs.
# In order to do so, uncomment the following line.
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
SOURCES += \
main.cpp
# Default rules for deployment.
qnx: target.path = /tmp/$${TARGET}/bin
else: unix:!android: target.path = /opt/$${TARGET}/bin
!isEmpty(target.path): INSTALLS += target
INCLUDEPATH += $$PWD/../..
DEPENDPATH += $$PWD/../..
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../.output/release/ -lgtl_core
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../.output/debug/ -lgtl_core
else:unix: LIBS += -L$$PWD/../../.output/ -lgtl_core
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../.output/release/ -lgtl_math
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../.output/debug/ -lgtl_math
else:unix: LIBS += -L$$PWD/../../.output/ -lgtl_core
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../../.output/release/ -lgtl_hw
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../../.output/debug/ -lgtl_hw
else:unix: LIBS += -L$$PWD/../../.output/ -lgtl_hw
INCLUDEPATH += $$(FFTWPATH)
LIBS += -L$$(FFTWPATH) -llibfftw3-3 \
-L$$(FFTWPATH) -llibfftw3f-3 \
-L$$(FFTWPATH) -llibfftw3l-3 \
INCLUDEPATH += $$(DSPFILTERSPATH)/include
DEPENDPATH += $$(DSPFILTERSPATH)/include