summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tutorials/threads/movedobject/movedobject.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/tutorials/threads/movedobject/movedobject.pro')
-rw-r--r--examples/widgets/tutorials/threads/movedobject/movedobject.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/widgets/tutorials/threads/movedobject/movedobject.pro b/examples/widgets/tutorials/threads/movedobject/movedobject.pro
index 3bf40eb49c..b2ea7e5366 100644
--- a/examples/widgets/tutorials/threads/movedobject/movedobject.pro
+++ b/examples/widgets/tutorials/threads/movedobject/movedobject.pro
@@ -1,3 +1,4 @@
+QT += widgets
CONFIG += console
CONFIG -= app_bundle
TEMPLATE = app
@@ -12,5 +13,3 @@ HEADERS += \
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tutorials/threads/movedobject
INSTALLS += target
-
-QT += widgets