aboutsummaryrefslogtreecommitdiffstats
path: root/src/qmltest
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2012-05-25 11:30:40 +0200
committerQt by Nokia <qt-info@nokia.com>2012-06-07 18:43:08 +0200
commit9738c4b4765bb641f2f080e02ae6867b3e18d8a3 (patch)
tree092e90540366b5438a8db924191c1b0cda2b3928 /src/qmltest
parente58931462e3c32434d070058b87e5d9152ed004e (diff)
put private Qt dependencies below load(qt_module_config)
this will soon be needed to omit them from the master include header. Change-Id: I8f62a228a68fd53605eaf3f39f412a7b30c529b3 Reviewed-by: Joerg Bornemann <joerg.bornemann@nokia.com>
Diffstat (limited to 'src/qmltest')
-rw-r--r--src/qmltest/qmltest.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qmltest/qmltest.pro b/src/qmltest/qmltest.pro
index 3e3adaba99..c11b31212f 100644
--- a/src/qmltest/qmltest.pro
+++ b/src/qmltest/qmltest.pro
@@ -7,11 +7,14 @@ CONFIG += module
CONFIG += dll warn_on
MODULE_PRI += ../../modules/qt_qmltest.pri
-QT += testlib testlib-private qml quick gui
+QT += qml testlib-private
DEFINES += QT_BUILD_QUICK_TEST_LIB QT_NO_URL_CAST_FROM_STRING
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