aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/importFile.qml
blob: a0d8410ca360cec87b4f9ef79625202d96b67941 (plain)
1
2
3
import "MyComponent.qml" 1.0

MyComponent { text: "Hello" }