summaryrefslogtreecommitdiffstats
path: root/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tutorials/threads/hellothreadpool/hellothreadpool.pro')
-rw-r--r--examples/tutorials/threads/hellothreadpool/hellothreadpool.pro16
1 files changed, 0 insertions, 16 deletions
diff --git a/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro b/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
deleted file mode 100644
index 8539f38f45..0000000000
--- a/examples/tutorials/threads/hellothreadpool/hellothreadpool.pro
+++ /dev/null
@@ -1,16 +0,0 @@
-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
-
-
-
-