summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro')
-rw-r--r--examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro16
1 files changed, 16 insertions, 0 deletions
diff --git a/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro b/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro
new file mode 100644
index 0000000000..8539f38f45
--- /dev/null
+++ b/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro
@@ -0,0 +1,16 @@
+QT -= gui
+
+CONFIG += console
+CONFIG -= app_bundle
+TEMPLATE = app
+SOURCES += hellothreadpool.cpp
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/threads/hellothreadpool
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS hellothreadpool.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tutorials/threads/hellothreadpool
+INSTALLS += target sources
+
+
+
+