diff options
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/js/include2.js')
-rw-r--r-- | tests/auto/declarative/qdeclarativeecmascript/data/js/include2.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/js/include2.js b/tests/auto/declarative/qdeclarativeecmascript/data/js/include2.js new file mode 100644 index 0000000..2a0c039 --- /dev/null +++ b/tests/auto/declarative/qdeclarativeecmascript/data/js/include2.js @@ -0,0 +1,4 @@ +test2 = true +var test2_1 = true + +Qt.include("include3.js"); |