summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro')
-rw-r--r--examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro b/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro
deleted file mode 100644
index 7e6da1133c..0000000000
--- a/examples/widgets/tutorials/threads/helloconcurrent/helloconcurrent.pro
+++ /dev/null
@@ -1,14 +0,0 @@
-QT -= gui
-QT += concurrent
-
-CONFIG += console
-CONFIG -= app_bundle
-TEMPLATE = app
-SOURCES += helloconcurrent.cpp
-
-# install
-target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/helloconcurrent
-INSTALLS += target
-
-
-