From a67e03a218ec02531e9cd389ff712639fda92a5f Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Mon, 6 Feb 2012 15:39:18 +0200 Subject: Exclude helloconcurrent when QtConcurrent is not configured Task-number: QTBUG-23874 cherry-picked from qtbase c8156cab81690526adffa22214657fc1c6563b8b Change-Id: I371a3eb3f4145d80e9f51fe89d61bac5c269d587 Reviewed-by: Oswald Buddenhagen --- 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 d737513..4d51120 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 v0.12