aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickworkerscript/data/worker_include.qml
blob: 100b8d45515f770c9a67ef5069487269b2e586fb (plain)
1
2
3
4
5
import QtQuick 2.0

BaseWorker {
    source: "script_include.js"
}