aboutsummaryrefslogtreecommitdiffstats
path: root/src/packages/packages.qbs
blob: aa740aafe86d5275e95f73215385548fda3712b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
import qbs

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