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