aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/MyType.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/MyType.qml')
-rw-r--r--tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/MyType.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/MyType.qml b/tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/MyType.qml
new file mode 100644
index 0000000000..ce81efe86b
--- /dev/null
+++ b/tests/auto/qml/qqmlbundle/data/relativeResolution.1/bundledata/MyType.qml
@@ -0,0 +1,6 @@
+import QtQuick 2.0
+
+QtObject {
+ property int test1: 11
+ property bool test2: true
+}