aboutsummaryrefslogtreecommitdiffstats
path: root/sync.profile
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2011-09-23 10:08:30 +0200
committerQt by Nokia <qt-info@nokia.com>2011-10-07 08:32:51 +0200
commiteee8cb50dcb464955e3f758f96e0aca94e84cbb5 (patch)
tree7f3447ab669912d2fbb4ae1555f35b84082bed07 /sync.profile
parentfcfea59e30272ecabacb63c7dd4484fb9f04bc21 (diff)
Say hello to QtQmlDevTools library
QtQmlDevTools is a private helper library. It provides QML/JS file parsing for tools that live outside of the qtdeclarative repository, such as lupdate. This allows us to remove qttools's dependency on the qtdeclarative sources. To use the library: QT += qmldevtools-private #include <private/qdeclarativejsparser_p.h> Change-Id: Ia43751b9be3d9fe05da03e65c6aca1cd9e3fdbbc Reviewed-on: http://codereview.qt-project.org/6116 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
Diffstat (limited to 'sync.profile')
-rw-r--r--sync.profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sync.profile b/sync.profile
index 2ea92fb94e..0cedfd42d8 100644
--- a/sync.profile
+++ b/sync.profile
@@ -2,8 +2,10 @@
"QtDeclarative" => "$basedir/src/declarative",
"QtQuick1" => "$basedir/src/qtquick1",
"QtQuickTest" => "$basedir/src/qmltest",
+ "QtQmlDevTools" => "$basedir/src/qmldevtools",
);
%moduleheaders = ( # restrict the module headers to those found in relative path
+ "QtQmlDevTools" => "../declarative/qml/parser",
);
%classnames = (
"qtdeclarativeversion.h" => "QtDeclarativeVersion",
@@ -18,6 +20,7 @@
"QtDeclarative" => "$basedir/modules/qt_declarative.pri",
"QtQuick1" => "$basedir/modules/qt_qtquick1.pri",
"QtQuickTest" => "$basedir/modules/qt_qmltest.pri",
+ "QtQmlDevTools" => "$basedir/modules/qt_qmldevtools.pri",
);
# Module dependencies.
# Every module that is required to build this module should have one entry.