Rename QDeclarative symbols to QQuick and QQml
[profile/ivi/qtdeclarative.git] / tests / auto / qml / qqmlecmascript / data / include.js
1 var test1 = true
2 var test2 = false
3 var test3 = false
4
5 function go() {
6     Qt.include("js/include2.js");
7 }
8