aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlfileselector/data/qmldirtest2/main.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlfileselector/data/qmldirtest2/main.qml')
-rw-r--r--tests/auto/qml/qqmlfileselector/data/qmldirtest2/main.qml9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qml/qqmlfileselector/data/qmldirtest2/main.qml b/tests/auto/qml/qqmlfileselector/data/qmldirtest2/main.qml
new file mode 100644
index 0000000000..5fb8afc660
--- /dev/null
+++ b/tests/auto/qml/qqmlfileselector/data/qmldirtest2/main.qml
@@ -0,0 +1,9 @@
+import QtQuick
+
+Item {
+ objectName: Name.name
+ property color color: mybutton.color
+ MyButton {
+ id: mybutton
+ }
+}