summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmlecmascript/data/externalScript.1.qml
blob: 2ac7b6e57b97588eeaec101c030c77c57fd9cfc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
import Qt 4.6

QtObject {
    property int test: external_script_func();

    Script {
        // Single source as non-array literal
        source: "externalScript.js"
    }
}