summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/selftests.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/selftests.pro')
-rw-r--r--tests/auto/testlib/selftests/selftests.pro8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/auto/testlib/selftests/selftests.pro b/tests/auto/testlib/selftests/selftests.pro
index 7a61916535..235967ebe9 100644
--- a/tests/auto/testlib/selftests/selftests.pro
+++ b/tests/auto/testlib/selftests/selftests.pro
@@ -2,10 +2,12 @@ TEMPLATE = subdirs
!winrt: include(selftests.pri)
-SUBDIRS = $$SUBPROGRAMS test
+selftest.file = selftest.pro
+selftest.makefile = Makefile.selftest
+selftest.target = selftest
+
+SUBDIRS = $$SUBPROGRAMS selftest
INSTALLS =
QT = core
-
-