aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/nsis/hello.qbs
blob: a161a699850b954bfba490829424e7941c7c529e (plain)
1
2
3
4
5
6
7
8
NSISSetup {
    condition: qbs.targetOS.contains("windows")
    name: "Qbs Hello"
    targetName: "qbs-hello-" + qbs.architecture
    files: ["hello.nsi", "hello.bat"]
    nsis.defines: ["batchFile=hello.bat"]
    nsis.compressor: "lzma-solid"
}