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.qmltypes2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes b/tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes
index eab91f6723..71a515d8c5 100644
--- a/tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes
+++ b/tests/auto/qml/qmllint/data/OldQmltypes/plugins.qmltypes
@@ -1,7 +1,9 @@
import QtQuick.tooling 1.2
Module {
+ dependencies: [ "QtQuick 2.15" ]
Component {
name: "Frame"
+ prototype: "QQuickItem"
exports: ["OldQmltypes/Frame 1.0"]
exportMetaObjectRevisions: [0]
}