From c8156cab81690526adffa22214657fc1c6563b8b Mon Sep 17 00:00:00 2001 From: Samuli Piippo Date: Thu, 26 Jan 2012 12:53:00 +0100 Subject: Exclude helloconcurrent when QtConcurrent is not configured Task-number: QTBUG-23874 Change-Id: I374a08ce947e804ebb1da08c413e340e4719d9d0 Reviewed-by: Jonas Gastal Reviewed-by: Oswald Buddenhagen --- examples/tutorials/threads/threads.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'examples') diff --git a/examples/tutorials/threads/threads.pro b/examples/tutorials/threads/threads.pro index 64392f8088..a95eccaaa0 100644 --- a/examples/tutorials/threads/threads.pro +++ b/examples/tutorials/threads/threads.pro @@ -2,8 +2,9 @@ TEMPLATE = subdirs SUBDIRS = hellothread \ hellothreadpool \ - helloconcurrent \ clock \ movedobject +contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent + QT += widgets -- cgit v1.2.3