summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/selftest.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/selftest.pro')
-rw-r--r--tests/auto/testlib/selftests/selftest.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/selftest.pro b/tests/auto/testlib/selftests/selftest.pro
index 4216e17293..bcf96c9cb3 100644
--- a/tests/auto/testlib/selftests/selftest.pro
+++ b/tests/auto/testlib/selftests/selftest.pro
@@ -1,5 +1,5 @@
CONFIG += testcase
-SOURCES += tst_selftests.cpp
+SOURCES += tst_selftests.cpp catch.cpp
QT = core testlib-private
TARGET = tst_selftests
@@ -17,6 +17,7 @@ expected_files.base = $$PWD
RESOURCES += expected_files
include(selftests.pri)
+DEFINES += SUBPROGRAMS=$$shell_quote($$SUBPROGRAMS)
!android:!winrt: for(file, SUBPROGRAMS): TEST_HELPER_INSTALLS += "$${file}/$${file}"
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)