From 99c0b3427bed90e1c21924ae974ff86cad1ba0c0 Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 14 Nov 2011 08:54:10 +0200 Subject: Concurrent example not included when QtConcurrent is not supported --- examples/tutorials/threads/threads.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorials/threads/threads.pro b/examples/tutorials/threads/threads.pro index d737513567..4d51120794 100644 --- a/examples/tutorials/threads/threads.pro +++ b/examples/tutorials/threads/threads.pro @@ -2,7 +2,7 @@ TEMPLATE = subdirs SUBDIRS = hellothread \ hellothreadpool \ - helloconcurrent \ clock \ movedobject +contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent -- cgit v1.2.3