summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/hellothread/hellothread.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/hellothread/hellothread.pro')
-rw-r--r--examples/widgets/tutorials/threads/hellothread/hellothread.pro14
1 files changed, 0 insertions, 14 deletions
diff --git a/examples/widgets/tutorials/threads/hellothread/hellothread.pro b/examples/widgets/tutorials/threads/hellothread/hellothread.pro
deleted file mode 100644
index 40fd33b146..0000000000
--- a/examples/widgets/tutorials/threads/hellothread/hellothread.pro
+++ /dev/null
@@ -1,14 +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]/widgets/tutorials/threads/hellothread
-INSTALLS += target
-
-