aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/packages.qbs
blob: d2b88ccfe25bc0f00b340dc3ffeb4831b793eeb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Project {
    references: [
        "archive/archive.qbs",
        "chocolatey/chocolatey.qbs",
    ]

    // Virtual product for building all possible packagings
    Product {
        Depends { name: "qbs_archive"; required: false }
        Depends { name: "qbs chocolatey"; required: false }
        name: "dist"
        builtByDefault: false
    }
}