aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/blackbox/testdata/nsis/hello.qbs
blob: b7f3da505a7b4b6cf8d24c7a733e0014909c4ac3 (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

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"
}