Initial import from the monolithic Qt.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / qdeclarativelanguage / data / importFile.qml
1 import "MyComponent.qml" 1.0
2
3 MyComponent { text: "Hello" }