aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlimport/data/interceptQmldir.qml
blob: bf485b2282f3c3fc474f41190915a02fbfb3556c (plain)
1
2
3
4
5
6
7
import QtQml 2.2

import "$(INTERCEPT)" as Intercepted

QtObject {
    property QtObject view: Intercepted.View {}
}