summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modules/remote-zipped.qml
blob: aee838f527284c81947733a432a6a6a55c1257fc (plain)
1
2
3
4
import "http://qml.nokia.com/Clock.zip"
Item {
     Clock { ... }
}