summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modules/remote-qualified.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/modules/remote-qualified.qml')
-rw-r--r--examples/declarative/modules/remote-qualified.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/modules/remote-qualified.qml b/examples/declarative/modules/remote-qualified.qml
index d807af7..581c868 100644
--- a/examples/declarative/modules/remote-qualified.qml
+++ b/examples/declarative/modules/remote-qualified.qml
@@ -1,3 +1,5 @@
+import Qt 4.6
+
import "http://qml.nokia.com/Clock.zip"
Item {
Clock.Hand { ... }