aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/include.js
blob: 489e322ef0b26cad11048387f0cebea188c16837 (plain)
1
2
3
4
5
6
7
8
var test1 = true
var test2 = false
var test3 = false

function go() {
    console.log(Qt.include("js/include2.js").status);
}