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