summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.qml
diff options
context:
space:
mode:
authorWarwick Allison <warwick.allison@nokia.com>2009-09-23 03:29:10 (GMT)
committerWarwick Allison <warwick.allison@nokia.com>2009-09-23 03:29:10 (GMT)
commitf42887cc647a87f281b1e39bbdffe4cf38425fee (patch)
tree659f449d90075dfa89a1de90b4f24ea74615afe3 /tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.qml
parent7261f690819e11dd4556400cd6d8402825ffa3db (diff)
parentbabddd243002ecd6db23aca6322fd27797bd2385 (diff)
downloadQt-f42887cc647a87f281b1e39bbdffe4cf38425fee.zip
Qt-f42887cc647a87f281b1e39bbdffe4cf38425fee.tar.gz
Qt-f42887cc647a87f281b1e39bbdffe4cf38425fee.tar.bz2
Merge branch 'kinetic-declarativeui' of git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.qml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.qml b/tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.qml
new file mode 100644
index 0000000..23ed566
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/importVersionMissingBuiltIn.qml
@@ -0,0 +1,7 @@
+import Test as S
+
+S.MyQmlObject {
+ property real x;
+ property real y;
+}
+