aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/imports/qbs/base/NSISSetup.qbs
blob: f52398a2a7a8bd310fbf96228cf8b6c7dca9041c (plain)
1
2
3
4
Product {
    Depends { name: "nsis"; condition: qbs.targetOS.contains("windows") }
    type: ["nsissetup"]
}