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