klog/tests/tst_mainwindowinputothers/tst_mainwindowinputothers.pro
2024-08-17 21:08:27 +02:00

43 lines
1.1 KiB
Prolog

QT += testlib \
core \
gui \
sql \
widgets
CONFIG += qt console warn_on depend_includepath testcase
CONFIG -= app_bundle
TEMPLATE = app
HEADERS += \
../../src/inputwidgets/mainwindowinputothers.h \
../../src/dataproxy_sqlite.h \
../../src/database.h \
../../src/database/queryexecutor.h \
../../src/database/db_adif_primary_subdvisions_data.h \
../../src/qso.h \
../../src/utilities.h \
../../src/locator.h \
../../src/adif.h
SOURCES += tst_mainwindowinputothers.cpp \
../../src/inputwidgets/mainwindowinputothers.cpp \
../../src/dataproxy_sqlite.cpp \
../../src/database.cpp \
../../src/database/queryexecutor.cpp \
../../src/database/db_adif_primary_subdvisions_data.cpp \
../../src/qso.cpp \
../../src/utilities.cpp \
../../src/locator.cpp \
../../src/adif.cpp
isEmpty(QMAKE_LRELEASE) {
win32|os2:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]\lrelease.exe
else:QMAKE_LRELEASE = $$[QT_INSTALL_BINS]/lrelease
unix {
!exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease-qt5 }
} else {
!exists($$QMAKE_LRELEASE) { QMAKE_LRELEASE = lrelease }
}
}