Remove qtquick as a private dependency of qmltest.
authorStephen Kelly <stephen.kelly@kdab.com>
Mon, 23 Jul 2012 08:57:43 +0000 (10:57 +0200)
committerQt by Nokia <qt-info@nokia.com>
Mon, 23 Jul 2012 11:38:37 +0000 (13:38 +0200)
It is already a public dependency a few lines above.

Change-Id: I4bee0df5970c80f7c2f25a4a1045859c05b8380e
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
src/qmltest/qmltest.pro

index 330d622..4044005 100644 (file)
@@ -8,9 +8,6 @@ QT += testlib testlib-private qml quick  gui qml-private v8-private core-private
 
 load(qt_module_config)
 
-# private dependencies
-QT += quick
-
 # Install qmltestcase.prf into the Qt mkspecs so that "CONFIG += qmltestcase"
 # can be used in customer applications to build against QtQuickTest.
 feature.path = $$[QT_INSTALL_DATA]/mkspecs/features