aboutsummaryrefslogtreecommitdiffstats
path: root/tools/qmlscene
diff options
context:
space:
mode:
authorGunnar Sletta <gunnar.sletta@nokia.com>2011-05-04 12:57:28 +0200
committerGunnar Sletta <gunnar.sletta@nokia.com>2011-05-04 12:57:28 +0200
commit09e769903362cc933aca478a5779e30d0cec4544 (patch)
tree840311d5b2951e4100d28084ce3aae85c6ccfcbb /tools/qmlscene
parent6a1a69e9e299a5cd7b7f262508d11de5e610c5b9 (diff)
added private headers to qmlscene
Diffstat (limited to 'tools/qmlscene')
-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 3849336fc8..a2da6ad982 100644
--- a/tools/qmlscene/qmlscene.pro
+++ b/tools/qmlscene/qmlscene.pro
@@ -2,7 +2,7 @@ TEMPLATE = app
TARGET = qmlscene
DESTDIR= ../../bin
-QT += declarative
+QT += declarative declarative-private
target.path = $$[QT_INSTALL_BINS]
INSTALLS += target