Initial bundle support
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlbundle / data / bundleImport / bundleImport.2.qml
1 import "bundle://mybundle/subdir"
2
3 MySubType {
4 }