aboutsummaryrefslogtreecommitdiffstats
path: root/modules/qt_qml.pri
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-03-15 13:40:43 +0100
committerQt by Nokia <qt-info@nokia.com>2012-03-20 00:58:46 +0100
commitb143d3fb589e7ce7171c9975679fa47181a6a10f (patch)
tree9591c27b8a75dfd879914cdfaebe5a73fe8ab3c0 /modules/qt_qml.pri
parent3c19a66a0f2d121d7d1c8fae32afa34c6282e39b (diff)
Fix the build & docs after QQmlImageProvider was renamed
The class was renamed to QQuickImageProvider in commit 3bc907d155034fe64efc8cb6056b48f0c6401bfb. Change-Id: I91ff38244cee3ab651ed6caa4140a58cb742f1c9 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'modules/qt_qml.pri')
-rw-r--r--modules/qt_qml.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/qt_qml.pri b/modules/qt_qml.pri
index 82e70e3e93..3a6318e37f 100644
--- a/modules/qt_qml.pri
+++ b/modules/qt_qml.pri
@@ -12,6 +12,6 @@ QT.qml.libs = $$QT_MODULE_LIB_BASE
QT.qml.plugins = $$QT_MODULE_PLUGIN_BASE
QT.qml.imports = $$QT_MODULE_IMPORT_BASE
QT.qml.depends = gui network xmlpatterns
-QT.qml.DEFINES = QT_QML_LIB
+QT.qml.DEFINES = QT_QML_LIB QQmlImageProvider=QQuickImageProvider
QT_CONFIG += qml