aboutsummaryrefslogtreecommitdiffstats
path: root/docker/docker.qbs
blob: 513a5fd8b93f0334d4a28b05c97ea6e6cf56c2c2 (plain)
1
2
3
4
5
6
7
8

// This is a convenience product to be able to use Qt Creator for editing the docker files.
// For building and managing the images, use docker-compose as explained in
// https://doc.qt.io/qbs/building-qbs.html#using-docker.
Product {
    name: "docker"
    files: "**"
}