summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/threads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/threads.pro')
-rw-r--r--examples/widgets/tutorials/threads/threads.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/widgets/tutorials/threads/threads.pro b/examples/widgets/tutorials/threads/threads.pro
new file mode 100644
index 0000000000..a95eccaaa0
--- /dev/null
+++ b/examples/widgets/tutorials/threads/threads.pro
@@ -0,0 +1,10 @@
+TEMPLATE = subdirs
+
+SUBDIRS = hellothread \
+ hellothreadpool \
+ clock \
+ movedobject
+
+contains(QT_CONFIG, concurrent): SUBDIRS += helloconcurrent
+
+QT += widgets