aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/importScope.qml
blob: a72847f0d703774276561741ec0e27165184e9b1 (plain)
1
2
3
4
5
6
7
import QtQuick 1.0
import "importScope.1.js" as ImportScope1
import "importScope.2.js" as ImportScope2

QtObject {
    property int test: ImportScope2.getValue()
}