diff options
Diffstat (limited to 'examples/tutorials/threads/threads.pro')
-rw-r--r-- | examples/tutorials/threads/threads.pro | 2 |
1 files changed, 1 insertions, 1 deletions
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 |