aboutsummaryrefslogtreecommitdiffstats
path: root/modules/qt_qml.pri
Commit message (Collapse)AuthorAgeFilesLines
* Qml module is not dependent on gui moduleTapani Mikola2012-05-151-1/+1
| | | | | | Change-Id: If69f6b064b92d2e188f41d7bb9f909f61f35c717 Reviewed-by: Tapani Mikola <tapani.mikola@nokia.com> Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
* QtQml doesn't depend on xmlpatterns anymoreLars Knoll2012-04-201-1/+1
| | | | | Change-Id: Id6bd03f26e0e90ecfc485d3701c3f46f78539f7b Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
* Fix the build & docs after QQmlImageProvider was renamedKent Hansen2012-03-201-1/+1
| | | | | | | | The class was renamed to QQuickImageProvider in commit 3bc907d155034fe64efc8cb6056b48f0c6401bfb. Change-Id: I91ff38244cee3ab651ed6caa4140a58cb742f1c9 Reviewed-by: Martin Jones <martin.jones@nokia.com>
* Rename QDeclarative symbols to QQuick and QQmlMatthew Vogt2012-02-241-0/+17
Symbols beginning with QDeclarative are already exported by the quick1 module. Users can apply the bin/rename-qtdeclarative-symbols.sh script to modify client code using the previous names of the renamed symbols. Task-number: QTBUG-23737 Change-Id: Ifaa482663767634931e8711a8e9bf6e404859e66 Reviewed-by: Martin Jones <martin.jones@nokia.com>