aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlecmascript/data/include_shared.js
blob: a49c07bbfc456bd017e898853a034b664c719bd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.pragma library

var test1 = true
var test2 = false
var test3 = false

var testValue = 99;

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