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.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/widgets/tutorials/threads/clock/clock.pro b/examples/widgets/tutorials/threads/clock/clock.pro
index 9d2687324b..041c02bea8 100644
--- a/examples/widgets/tutorials/threads/clock/clock.pro
+++ b/examples/widgets/tutorials/threads/clock/clock.pro
@@ -1,3 +1,4 @@
+QT += widgets
CONFIG += console
TEMPLATE = app
SOURCES += main.cpp \
@@ -7,6 +8,3 @@ HEADERS += clockthread.h
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/clock
INSTALLS += target
-
-
-QT += widgets