summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage/qthreadstorage.pro
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/corelib/thread/qthreadstorage/qthreadstorage.pro')
-rw-r--r--tests/auto/corelib/thread/qthreadstorage/qthreadstorage.pro9
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/auto/corelib/thread/qthreadstorage/qthreadstorage.pro b/tests/auto/corelib/thread/qthreadstorage/qthreadstorage.pro
index b9bc456dcf..75898f6add 100644
--- a/tests/auto/corelib/thread/qthreadstorage/qthreadstorage.pro
+++ b/tests/auto/corelib/thread/qthreadstorage/qthreadstorage.pro
@@ -1,7 +1,8 @@
TEMPLATE = subdirs
-SUBDIRS = \
- test
-!winrt: SUBDIRS += crashonexit
+!winrt {
+ test.depends = crashonexit
+ SUBDIRS += crashonexit
+}
-CONFIG += ordered
+SUBDIRS += test