aboutsummaryrefslogtreecommitdiffstats
path: root/src/tools/qml
diff options
context:
space:
mode:
authorAlessandro Portale <[email protected]>2010-08-06 19:01:39 +0200
committerAlessandro Portale <[email protected]>2010-08-06 19:01:39 +0200
commita24ac12af7497f337a2d54271c891248483041d2 (patch)
treebcbf3d5ea5074c075fb32105486d9db7f640a7ab /src/tools/qml
parent0c77b216b9bb3ba1c23c45b2c7cd74c965409a28 (diff)
Fix link error of qmlobserver by adjusting build order
After qmljsdebugger was moved to share/, the build order of qmlobserver and qmljsdebugger had to be re-adjusted. Reviewed-By: Lasse Holmstedt
Diffstat (limited to 'src/tools/qml')
-rw-r--r--src/tools/qml/qml.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tools/qml/qml.pro b/src/tools/qml/qml.pro
index f82097f097d..5af8d71c73b 100644
--- a/src/tools/qml/qml.pro
+++ b/src/tools/qml/qml.pro
@@ -4,7 +4,8 @@ contains(QT_CONFIG, declarative) {
include(../../private_headers.pri)
exists($${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativemetatype_p.h) {
- SUBDIRS += qmldump qmlobserver
+ SUBDIRS += qmldump ../../../share/qtcreator/qmljsdebugger qmlobserver
+ CONFIG += ordered
} else {
warning()
warning("QmlDump utility has been disabled")