aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qsgimage/data/htiling.qml
diff options
context:
space:
mode:
authorYann Bodson <yann.bodson@nokia.com>2011-05-17 15:50:03 +1000
committerYann Bodson <yann.bodson@nokia.com>2011-05-17 15:51:46 +1000
commit264c267f8d00d3d881d6d0bcc1ed5e7de93abbe8 (patch)
tree059b67ea2ede37b97407e211b7cca6be17b1a036 /tests/auto/declarative/qsgimage/data/htiling.qml
parent7740c4c9a1a3cba3fec26e8995bfc8af9f94cd06 (diff)
Make QSGImage autotests compile.
Diffstat (limited to 'tests/auto/declarative/qsgimage/data/htiling.qml')
-rw-r--r--tests/auto/declarative/qsgimage/data/htiling.qml11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/auto/declarative/qsgimage/data/htiling.qml b/tests/auto/declarative/qsgimage/data/htiling.qml
new file mode 100644
index 0000000000..f192f931c9
--- /dev/null
+++ b/tests/auto/declarative/qsgimage/data/htiling.qml
@@ -0,0 +1,11 @@
+import QtQuick 2.0
+
+Rectangle {
+ width: 200; height: 550
+
+ Image {
+ objectName: "tiling"; anchors.fill: parent
+ source: "green.png"; fillMode: Image.TileHorizontally
+ }
+}
+