test_sdk/test_gtl/test_gtl.pro

74 lines
2.5 KiB
Prolog
Raw Permalink Normal View History

QT += core gui charts qml xml quickwidgets
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG += c++11
# 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 \
mainwindow.cpp \
scr_specs_dialog.cpp
HEADERS += \
mainwindow.h \
scr_specs_dialog.h \
version.h
FORMS += \
mainwindow.ui \
scr_specs_dialog.ui
# 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/..
INCLUDEPATH += $$(COMPONENTSPATH)/qt6
DEPENDPATH += $$(COMPONENTSPATH)/qt6
INCLUDEPATH += $$(COMPONENTSPATH)/!c++
DEPENDPATH += $$(COMPONENTSPATH)/!c++
INCLUDEPATH += $$(DSPFILTERSPATH)/include
DEPENDPATH += $$(DSPFILTERSPATH)/include
INCLUDEPATH += $$(FFTWPATH)
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
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../.output/release/ -lgtl_gui
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../.output/debug/ -lgtl_gui
else:unix: LIBS += -L$$PWD/../.output/ -lgtl_gui
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/../.output/release/ -lgtl_script
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/../.output/debug/ -lgtl_script
else:unix: LIBS += -L$$PWD/../.output/ -lgtl_script
win32:CONFIG(release, debug|release): LIBS += -L$$(COMPONENTSPATH)/qt6/.output/release/ -lchart
else:win32:CONFIG(debug, debug|release): LIBS += -L$$(COMPONENTSPATH)/qt6/.output/debug/ -lchart
else:unix: LIBS += -L$$(COMPONENTSPATH)/qt6/.output/ -lchart
LIBS += -L$$(FFTWPATH) -llibfftw3-3 \
-L$$(FFTWPATH) -llibfftw3f-3 \
-L$$(FFTWPATH) -llibfftw3l-3 \