aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene/qmlscene.pro
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2012-02-07 12:29:45 +0000
committerQt by Nokia <qt-info@nokia.com>2012-02-14 18:20:59 +0100
commite1c2e32a8f585163f34180478ceae077397faa76 (patch)
tree20573450b7ee81215135ef77c9936694026b677e /tools/qmlscene/qmlscene.pro
parent2d4e6ff9dd1e0e3410c4dc002c25d80fecfeafd2 (diff)
Add slow animations mode to qmlscene
Change-Id: I0f850258e2cf5363bca2fa1c8b098aa5982eb232 Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
Diffstat (limited to 'tools/qmlscene/qmlscene.pro')
-rw-r--r--tools/qmlscene/qmlscene.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/qmlscene/qmlscene.pro b/tools/qmlscene/qmlscene.pro
index dfc91ceceb..5e4d79253e 100644
--- a/tools/qmlscene/qmlscene.pro
+++ b/tools/qmlscene/qmlscene.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
TARGET = qmlscene
DESTDIR= $$QT.declarative.bins
-QT += declarative quick
+QT += declarative quick core-private
!isEmpty(QT.widgets.name): QT += widgets
target.path = $$[QT_INSTALL_BINS]