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