aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml.pro
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/qml/qml.pro
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/qml/qml.pro')
-rw-r--r--src/qml/qml.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/qml/qml.pro b/src/qml/qml.pro
index acafb9f6a3..0af39dae23 100644
--- a/src/qml/qml.pro
+++ b/src/qml/qml.pro
@@ -6,7 +6,7 @@ QPRO_PWD = $$PWD
CONFIG += module
MODULE_PRI += ../../modules/qt_qml.pri
-QT = core-private network v8-private
+QT = core-private network
DEFINES += QT_BUILD_QML_LIB QT_NO_URL_CAST_FROM_STRING QT_NO_INTEGER_EVENT_COORDINATES
@@ -23,6 +23,9 @@ exists("qqml_enable_gcov") {
load(qt_module_config)
+# private dependencies
+QT += v8-private
+
HEADERS += qtqmlversion.h \
qtqmlglobal.h \
qtqmlglobal_p.h