added private headers to qmlplugindump.pro
authorGunnar Sletta <gunnar.sletta@nokia.com>
Wed, 4 May 2011 09:52:52 +0000 (11:52 +0200)
committerGunnar Sletta <gunnar.sletta@nokia.com>
Wed, 4 May 2011 09:52:52 +0000 (11:52 +0200)
tools/qmlplugindump/qmlplugindump.pro

index 53827e2..b9fc0fc 100644 (file)
@@ -2,7 +2,7 @@ TEMPLATE = app
 CONFIG += qt uic console
 DESTDIR = ../../bin
 
-QT += declarative
+QT += declarative declarative-private core-private
 
 TARGET = qmlplugindump