aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlsplitlib/main2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qmlsplitlib/main2.qml')
-rw-r--r--tests/auto/qml/qmlsplitlib/main2.qml8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlsplitlib/main2.qml b/tests/auto/qml/qmlsplitlib/main2.qml
new file mode 100644
index 0000000000..c5081c6627
--- /dev/null
+++ b/tests/auto/qml/qmlsplitlib/main2.qml
@@ -0,0 +1,8 @@
+// Copyright (C) 2021 The Qt Company Ltd.
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+
+import SplitLib
+
+SplitLib2 {
+ property string s: Bar2.objectName
+}