Say hello to QtQmlDevTools library
authorKent Hansen <kent.hansen@nokia.com>
Fri, 23 Sep 2011 08:08:30 +0000 (10:08 +0200)
committerQt by Nokia <qt-info@nokia.com>
Fri, 7 Oct 2011 06:32:51 +0000 (08:32 +0200)
commiteee8cb50dcb464955e3f758f96e0aca94e84cbb5
tree7f3447ab669912d2fbb4ae1555f35b84082bed07
parentfcfea59e30272ecabacb63c7dd4484fb9f04bc21
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>
modules/qt_qmldevtools.pri [new file with mode: 0644]
src/declarative/qml/parser/qdeclarativejsglobal_p.h
src/qmldevtools/qmldevtools.pro [new file with mode: 0644]
src/src.pro
sync.profile
tests/auto/auto.pro
tests/auto/qmldevtools/compile/compile.pro [new file with mode: 0644]
tests/auto/qmldevtools/compile/tst_compile.cpp [new file with mode: 0644]
tests/auto/qmldevtools/qmldevtools.pro [new file with mode: 0644]