aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene/qmlscene.pro
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-12-06 08:06:03 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-06 13:59:00 +0100
commitc96ed4e5fc9432e156c5cd62a9b38ce9a769dcf1 (patch)
tree1841bdd2664f932108495a72cae7045f8acbf6eb /tools/qmlscene/qmlscene.pro
parent50abddf19437895df0ad799de559eb0e0d374e79 (diff)
Cleaned up the qmlscene code a bit
Change-Id: I2aed4786e5426a7f05acced39ef849c03f1ab935 Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Diffstat (limited to 'tools/qmlscene/qmlscene.pro')
-rw-r--r--tools/qmlscene/qmlscene.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/qmlscene/qmlscene.pro b/tools/qmlscene/qmlscene.pro
index 4147c68005..6ba9c1d7bc 100644
--- a/tools/qmlscene/qmlscene.pro
+++ b/tools/qmlscene/qmlscene.pro
@@ -2,7 +2,8 @@ TEMPLATE = app
TARGET = qmlscene
DESTDIR= $$QT.declarative.bins
-QT += declarative declarative-private quick qtquick1 widgets
+QT += declarative quick
+contains(QT_CONFIG, widgets): QT += widgets
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target