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