summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript/data/worker_include.qml
blob: 595cb2b552da5a40a4e527c6324927bf09872bcc (plain)
1
2
3
4
5
import QtQuick 1.0

BaseWorker {
    source: "script_include.js"
}