aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes')
-rw-r--r--tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes b/tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes
new file mode 100644
index 0000000000..eab91f6723
--- /dev/null
+++ b/tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes
@@ -0,0 +1,8 @@
+import QtQuick.tooling 1.2
+Module {
+ Component {
+ name: "Frame"
+ exports: ["OldQmltypes/Frame 1.0"]
+ exportMetaObjectRevisions: [0]
+ }
+}