summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-09-25 15:35:54 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-09-25 22:35:40 +0000
commite61a40bff11a250b3976b8a0ffd16915cee123ce (patch)
treeb9a2b8f9e9c3d9870325d203cbef8ffb8e6dd725 /tests/auto
parente3e28915c300cef0e997345e1bd74610fc70287f (diff)
Re-enable thread autotests
Replacing the qmake test with the one corelib/thread/thread.pri uses for those classes. Change-Id: Ie803190b821736c89b056ae51b7dfe92046189eb Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/corelib/thread/thread.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/corelib/thread/thread.pro b/tests/auto/corelib/thread/thread.pro
index dc60e5a7f5..90b8d6806e 100644
--- a/tests/auto/corelib/thread/thread.pro
+++ b/tests/auto/corelib/thread/thread.pro
@@ -1,6 +1,6 @@
TEMPLATE=subdirs
-qtHaveFeature(thread) {
+qtConfig(thread) {
SUBDIRS=\
qatomicint \
qatomicinteger \