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