summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/libraryScriptAssert.qml
blob: 9e8408f98ec5a3c4457a766cbe826ec23b4f7cdc (plain)
1
2
3
4
5
6
7
import Qt 4.6
import "libraryScriptAssert.js" as Test

QtObject {
    id: root
    Component.onCompleted: Test.test(root);
}