summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/thread/qthreadstorage
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 12:29:03 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-12-02 11:09:15 +0000
commit2c25a431d08ad7cd00293be1872d744c1e11fbaa (patch)
treee1e6a80138ce5baf2d662dca6f494fb2cbcb87ed /tests/auto/corelib/thread/qthreadstorage
parentbeb9ca92dff21b6aab6a4d8c6535119f5b3adf16 (diff)
Use dependencies instead of CONFIG+=ordered
Also drops a few instances where the dependency was purely runtime, especially for examples. Change-Id: I2a0476f79928143596bdb3b8f01193af90574ae8 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@qt.io>
Diffstat (limited to 'tests/auto/corelib/thread/qthreadstorage')
-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