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