summaryrefslogtreecommitdiffstats
path: root/examples/threads/threads.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/threads.pro')
-rw-r--r--examples/threads/threads.pro13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/threads/threads.pro b/examples/threads/threads.pro
new file mode 100644
index 0000000000..e8f8c09ab9
--- /dev/null
+++ b/examples/threads/threads.pro
@@ -0,0 +1,13 @@
+TEMPLATE = subdirs
+SUBDIRS = semaphores \
+ waitconditions
+
+!contains(QT_CONFIG, no-gui):SUBDIRS += mandelbrot
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threads.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)