diff options
author | Alan Alpert <alan.alpert@nokia.com> | 2012-07-24 20:05:07 +1000 |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-07-25 02:15:55 +0200 |
commit | 2d4f74b7d4a77f3470135e559d619c351cef6788 (patch) | |
tree | f1db5eefe229408c432e1c260bf6b05929b54d5a /tests/auto/qml/qqmlmoduleplugin/pluginVersion | |
parent | 7daab8039abc32ab5be5706a08cb58905fe0e0b6 (diff) | |
download | qtdeclarative-2d4f74b7d4a77f3470135e559d619c351cef6788.tar.gz |
Empty JSON files are not needed for the plugin system
Change-Id: I8df57ed1ced8128723d790c30c00ccaba0a2787d
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Diffstat (limited to 'tests/auto/qml/qqmlmoduleplugin/pluginVersion')
-rw-r--r-- | tests/auto/qml/qqmlmoduleplugin/pluginVersion/plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlmoduleplugin/pluginVersion/plugin.cpp b/tests/auto/qml/qqmlmoduleplugin/pluginVersion/plugin.cpp index a3142ef9b3..cf1725855f 100644 --- a/tests/auto/qml/qqmlmoduleplugin/pluginVersion/plugin.cpp +++ b/tests/auto/qml/qqmlmoduleplugin/pluginVersion/plugin.cpp @@ -56,7 +56,7 @@ public: class MyMixedPlugin : public QQmlExtensionPlugin { Q_OBJECT - Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface" FILE "../empty.json") + Q_PLUGIN_METADATA(IID "org.qt-project.Qt.QQmlExtensionInterface") public: MyMixedPlugin() |