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.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro b/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro
deleted file mode 100644
index d5404a5134..0000000000
--- a/examples/widgets/tutorials/threads/hellothreadpool/hellothreadpool.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-QT -= gui
-
-CONFIG += console
-CONFIG -= app_bundle
-TEMPLATE = app
-SOURCES += hellothreadpool.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/hellothreadpool
-INSTALLS += target
-
-
-
-