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

Rectangle { }