summaryrefslogtreecommitdiffstats
path: root/examples/declarative/modules/wrong-local.qml
blob: 19586591ce8344eacdf897ab29e85a7ad462ad36 (plain)
1
2
3
4
5
6
7
8
import Qt 4.6

import "local"

// WRONG - cannot use qualification to access "local sublibraries".
// (would have to import lib.SubLib)
SubLib.Bar {
}