.pragma library
.import "fun.js" as Fun
.import Qt.test 1.0 as JsQtTest
.import Qt.Quick as Test
Fun.begin();
Test.do_stuff();
JsQtTest.do_stuff();