aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/nodejs/hello.qbs
blob: d5e92209a621e5b7934a73c0e47eac628e665088 (plain)
1
2
3
4
5
6
import qbs

NodeJSApplication {
    nodejs.applicationFile: "hello.js"
    name: "hello"
}