aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qquickninepatchimage/data/ninepatchimage.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qquickninepatchimage/data/ninepatchimage.qml')
-rw-r--r--tests/auto/qquickninepatchimage/data/ninepatchimage.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/qquickninepatchimage/data/ninepatchimage.qml b/tests/auto/qquickninepatchimage/data/ninepatchimage.qml
new file mode 100644
index 00000000..7ef07a1c
--- /dev/null
+++ b/tests/auto/qquickninepatchimage/data/ninepatchimage.qml
@@ -0,0 +1,7 @@
+import QtQuick.Controls 2.3
+import QtQuick.Controls.impl 2.3
+import QtQuick.Controls.Imagine 2.3
+import QtQuick.Controls.Imagine.impl 2.3
+
+NinePatchImage {
+}