From e61a40bff11a250b3976b8a0ffd16915cee123ce Mon Sep 17 00:00:00 2001 From: Allan Sandfeld Jensen Date: Tue, 25 Sep 2018 15:35:54 +0200 Subject: 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 --- tests/auto/corelib/thread/thread.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 \ -- cgit v1.2.3