qt6-bb10/tests/auto/testlib/selftests/findtestdata/findtestdata.pro

15 lines
280 B
Prolog

SOURCES += findtestdata.cpp
QT = core testlib
mac:CONFIG -= app_bundle
CONFIG -= debug_and_release_target
RESOURCES = findtestdata.qrc
TARGET = findtestdata
# This app is testdata for tst_selftests
target.path = $$[QT_INSTALL_TESTS]/tst_selftests/$$TARGET
INSTALLS += target