1 import Qt 4.7
2 import "libraryScriptAssert.js" as Test
3
4 QtObject {
5 id: root
6 Component.onCompleted: Test.test(root);
7 }