aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest/qmltest.pro
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2012-07-23 10:57:43 +0200
committerQt by Nokia <qt-info@nokia.com>2012-07-23 13:38:37 +0200
commit0766bcbb22c0f5c67cf6a8258d1b32e9272a146b (patch)
tree3e7ccbf0b70237df25dc0b9fdb6f91c52c6ad233 /src/qmltest/qmltest.pro
parent98cbb910a2fe1a7b7e39ea937c9d45a2a8f5a96e (diff)
Remove qtquick as a private dependency of qmltest.
It is already a public dependency a few lines above. Change-Id: I4bee0df5970c80f7c2f25a4a1045859c05b8380e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/qmltest/qmltest.pro')
-rw-r--r--src/qmltest/qmltest.pro3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/qmltest/qmltest.pro b/src/qmltest/qmltest.pro
index 330d622f6a..4044005fc2 100644
--- a/src/qmltest/qmltest.pro
+++ b/src/qmltest/qmltest.pro
@@ -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