summaryrefslogtreecommitdiffstats
path: root/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@nokia.com>2012-09-12 15:30:11 +0200
committerQt by Nokia <qt-info@nokia.com>2012-09-12 16:38:29 +0200
commitfe4595462835acd930477079a09838147ea8d053 (patch)
tree90f538f09c5474cfca9a787c75ef66841cb07d29 /examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
parenta50d85255a9fab5be4c48e33a46b6cae287c2068 (diff)
Fix .pro-file warnings in examples.
uitools/designer should go to QT. Change-Id: I00fe86bfcc6c500d6a277c0e79cb4c3ad54441d4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro')
-rw-r--r--examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro b/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
index 716d9045a..180d7a340 100644
--- a/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
+++ b/examples/designer/worldtimeclockbuilder/worldtimeclockbuilder.pro
@@ -1,6 +1,5 @@
#! [0]
-CONFIG += uitools
-QT += widgets
+QT += widgets uitools
SOURCES = main.cpp
RESOURCES = worldtimeclockbuilder.qrc
#! [0]