summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/externalScript.2.qml
blob: dec657cb9433394d8e924e2b3617607a6908fe1a (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 array 
        source: [ "externalScript.js" ]
    }
}