summaryrefslogtreecommitdiff
path: root/tests/manual/qml/testprojects/modulemapping/test.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/qml/testprojects/modulemapping/test.qml')
-rw-r--r--tests/manual/qml/testprojects/modulemapping/test.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/manual/qml/testprojects/modulemapping/test.qml b/tests/manual/qml/testprojects/modulemapping/test.qml
new file mode 100644
index 0000000000..e30e0846ba
--- /dev/null
+++ b/tests/manual/qml/testprojects/modulemapping/test.qml
@@ -0,0 +1,8 @@
+import QtQuick 2.0
+import QtQuick.Controls 2.12
+
+Item {
+ Button {
+ myproperty: 1
+ }
+}