summaryrefslogtreecommitdiffstats
path: root/examples/corelib/threads/threads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/corelib/threads/threads.pro')
-rw-r--r--examples/corelib/threads/threads.pro7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/corelib/threads/threads.pro b/examples/corelib/threads/threads.pro
new file mode 100644
index 0000000000..e47da84a06
--- /dev/null
+++ b/examples/corelib/threads/threads.pro
@@ -0,0 +1,7 @@
+TEMPLATE = subdirs
+CONFIG += no_docs_target
+
+SUBDIRS = semaphores \
+ waitconditions
+
+qtHaveModule(widgets): SUBDIRS += mandelbrot