diff options
Diffstat (limited to 'examples/declarative/modules/wrong-local.qml')
-rw-r--r-- | examples/declarative/modules/wrong-local.qml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/declarative/modules/wrong-local.qml b/examples/declarative/modules/wrong-local.qml index 6cb00c4..1958659 100644 --- a/examples/declarative/modules/wrong-local.qml +++ b/examples/declarative/modules/wrong-local.qml @@ -1,3 +1,5 @@ +import Qt 4.6 + import "local" // WRONG - cannot use qualification to access "local sublibraries". |