qt6-bb10/qtdeclarative/tests/auto/qmlls/cli/data/sourceFolder/ImportFromBothPaths.qml

10 lines
127 B
QML

import SomeModule
import AnotherModule
A {
helloSomeModule: "hello!"
B {
helloAnotherModule: "World!"
}
}