summaryrefslogtreecommitdiffstats
path: root/examples/threads/semaphores/semaphores.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/semaphores/semaphores.pro')
-rw-r--r--examples/threads/semaphores/semaphores.pro12
1 files changed, 12 insertions, 0 deletions
diff --git a/examples/threads/semaphores/semaphores.pro b/examples/threads/semaphores/semaphores.pro
new file mode 100644
index 0000000000..027c65ca5e
--- /dev/null
+++ b/examples/threads/semaphores/semaphores.pro
@@ -0,0 +1,12 @@
+SOURCES += semaphores.cpp
+QT = core
+CONFIG -= app_bundle
+CONFIG += console
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/semaphores
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS semaphores.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/threads/semaphores
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)