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

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