aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/importNonExist.qml
blob: 5cbee0264bc662072bbd157fed3766b1bd03d8a5 (plain)
1
2
3
4
5
// imports...
import "will-not-be-found"
import QtQuick 2.0

Rectangle { }