summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativelanguage/data/script.5.qml
blob: 8986b3b6320bbe5d1cceaf53795ba3f059460c4a (plain)
1
2
3
4
5
6
7
8
9
import Qt 4.6

QtObject {
    Script {
        source: "hello" + ".js"
    }
}