summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/importNonExist.qml
blob: 483cfec40dd607d0b58b6a06ae3015f7dfb954e4 (plain)
1
2
3
4
5
// imports...
import "will-not-be-found"
import Qt 4.7

Rectangle { }