summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modules/zipped.qml
blob: 9a0775c6917ae6f71d9626d4384ae3277fb95de6 (plain)
1
2
3
4
5
// Not currently supported
import "zips/ClockPack.zip"
Item {
     Clock { ... }
}