aboutsummaryrefslogtreecommitdiffstats
path: root/share/share.pro
diff options
context:
space:
mode:
authorAlessandro Portale <alessandro.portale@nokia.com>2010-08-06 19:01:39 +0200
committerAlessandro Portale <alessandro.portale@nokia.com>2010-08-06 19:01:39 +0200
commita24ac12af7497f337a2d54271c891248483041d2 (patch)
treebcbf3d5ea5074c075fb32105486d9db7f640a7ab /share/share.pro
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 'share/share.pro')
-rw-r--r--share/share.pro12
1 files changed, 0 insertions, 12 deletions
diff --git a/share/share.pro b/share/share.pro
index 27e7095267..69509a0098 100644
--- a/share/share.pro
+++ b/share/share.pro
@@ -1,15 +1,3 @@
TEMPLATE = subdirs
SUBDIRS = qtcreator/static.pro \
qtcreator/translations
-
-contains(QT_CONFIG, declarative) {
- include(../src/private_headers.pri)
- exists($${QT_PRIVATE_HEADERS}/QtDeclarative/private/qdeclarativemetatype_p.h) {
- SUBDIRS += qtcreator/qmljsdebugger
- } else {
- warning()
- warning("QmlJSDebugger library has been disabled")
- warning("This library enables extended debugging features that work together with the QML JS Inspector.")
- warning("To enable it, pass 'QT_PRIVATE_HEADERS=$QTDIR/include' to qmake, where $QTDIR is the source directory of qt.")
- }
-}