summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
diff options
context:
space:
mode:
authorDavid Boddie <david.boddie@nokia.com>2011-02-24 19:55:42 (GMT)
committerDavid Boddie <david.boddie@nokia.com>2011-02-24 19:55:42 (GMT)
commitd9a49edc46beb81a80a94ac07543cf7b86856ed3 (patch)
tree695e00ead5551c447196adfb25f7a4d1bc65bdff /examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
parentfcea2461489fd392975f8393d7dde8dc1bb6542d (diff)
downloadQt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.zip
Qt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.tar.gz
Qt-d9a49edc46beb81a80a94ac07543cf7b86856ed3.tar.bz2
Doc: Added a threading tutorial.
Squashed commit containing changes to documentation during the development of a threading tutorial, written by Roland Wolf.
Diffstat (limited to 'examples/tutorials/threads/hellothreadpool/hellothreadpool.pro')
-rwxr-xr-xexamples/tutorials/threads/hellothreadpool/hellothreadpool.pro17
1 files changed, 17 insertions, 0 deletions
diff --git a/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro b/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
new file mode 100755
index 0000000..9cf9c73
--- /dev/null
+++ b/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
@@ -0,0 +1,17 @@
+QT -= gui
+
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+SOURCES += hellothreadpool.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/threads/hellothreadpool
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellothreadpool.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/threads/hellothreadpool
+INSTALLS += target sources
+
+symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
+
+
+