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

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