aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbundle/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlbundle/data')
-rw-r--r--tests/auto/qml/qqmlbundle/data/imports/bundletest/empty.json1
-rw-r--r--tests/auto/qml/qqmlbundle/data/imports/bundletest/plugin.cpp2
2 files changed, 1 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmlbundle/data/imports/bundletest/empty.json b/tests/auto/qml/qqmlbundle/data/imports/bundletest/empty.json
deleted file mode 100644
index 0967ef424b..0000000000
--- a/tests/auto/qml/qqmlbundle/data/imports/bundletest/empty.json
+++ /dev/null
@@ -1 +0,0 @@
-{}
diff --git a/tests/auto/qml/qqmlbundle/data/imports/bundletest/plugin.cpp b/tests/auto/qml/qqmlbundle/data/imports/bundletest/plugin.cpp
index 8f94e7e393..bee3809ac5 100644
--- a/tests/auto/qml/qqmlbundle/data/imports/bundletest/plugin.cpp
+++ b/tests/auto/qml/qqmlbundle/data/imports/bundletest/plugin.cpp
@@ -64,7 +64,7 @@ private:
class MyPlugin : 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:
MyPlugin()