Make the base URL available to QQmlExtensionPlugin
authorShawn Rutledge <shawn.rutledge@digia.com>
Mon, 11 Feb 2013 18:07:02 +0000 (19:07 +0100)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 19 Feb 2013 09:09:39 +0000 (10:09 +0100)
commit0dc1c0554465d4e2546b75254371f3b8b01e957d
tree8704c83cc18b507b1ea11b38fb57ae525702b097
parent99ad368cf810723643ae76bba6a1adba3321b18f
Make the base URL available to QQmlExtensionPlugin

This is for the benefit of any plugin which needs to interact with the QML
files or related assets which are also located in its import directory.

Change-Id: Id23ec279b4d017bd3f620c3a7916dac9f9ac29bc
Reviewed-by: Alan Alpert <aalpert@rim.com>
src/qml/qml/qml.pri
src/qml/qml/qqmlextensionplugin.cpp
src/qml/qml/qqmlextensionplugin.h
src/qml/qml/qqmlextensionplugin_p.h [new file with mode: 0644]
src/qml/qml/qqmlimport.cpp