aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/imports/qbs/base/WindowsInstallerPackage.qbs
blob: d0b2d1770f3801705c00f54df53b861dc67528b2 (plain)
1
2
3
4
Product {
    Depends { name: "wix"; condition: qbs.hostOS.contains("windows") && qbs.targetOS.contains("windows") }
    type: ["msi"]
}