diff options
Diffstat (limited to 'examples/declarative/modules/remote-zipped.qml')
-rw-r--r-- | examples/declarative/modules/remote-zipped.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/modules/remote-zipped.qml b/examples/declarative/modules/remote-zipped.qml index aee838f..d325b65 100644 --- a/examples/declarative/modules/remote-zipped.qml +++ b/examples/declarative/modules/remote-zipped.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + import "http://qml.nokia.com/Clock.zip" Item { Clock { ... } |