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.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/testlib/selftests/selftest.pro b/tests/auto/testlib/selftests/selftest.pro
index bcf96c9cb3..4d926d3572 100644
--- a/tests/auto/testlib/selftests/selftest.pro
+++ b/tests/auto/testlib/selftests/selftest.pro
@@ -18,6 +18,6 @@ RESOURCES += expected_files
include(selftests.pri)
DEFINES += SUBPROGRAMS=$$shell_quote($$SUBPROGRAMS)
-!android:!winrt: for(file, SUBPROGRAMS): TEST_HELPER_INSTALLS += "$${file}/$${file}"
+!android: for(file, SUBPROGRAMS): TEST_HELPER_INSTALLS += "$${file}/$${file}"
include($$QT_SOURCE_TREE/src/testlib/selfcover.pri)