aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmllint
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmllint')
-rw-r--r--tests/auto/qml/qmllint/data/AttachedType.qml1
-rw-r--r--tests/auto/qml/qmllint/data/importing_js.qml1
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qml/qmllint/data/AttachedType.qml b/tests/auto/qml/qmllint/data/AttachedType.qml
index 02fa514e83..f852a39a22 100644
--- a/tests/auto/qml/qmllint/data/AttachedType.qml
+++ b/tests/auto/qml/qmllint/data/AttachedType.qml
@@ -1,4 +1,5 @@
import Things 1.0
+import QtQuick
Item {
property real test: Screen.pixelDensity * 0.5
diff --git a/tests/auto/qml/qmllint/data/importing_js.qml b/tests/auto/qml/qmllint/data/importing_js.qml
index fa6cf797db..b2d7a34fe6 100644
--- a/tests/auto/qml/qmllint/data/importing_js.qml
+++ b/tests/auto/qml/qmllint/data/importing_js.qml
@@ -1,4 +1,5 @@
import "QTBUG-45916.js" as JSTest
+import QtQuick
Item {
id: root