aboutsummaryrefslogtreecommitdiffstats
path: root/src/src.qbs
blob: c501cb437d0e9617362733d0261e71657aa458e8 (plain)
1
2
3
4
5
6
7
8
9
10
import qbs

Project {
    references: [
        "app/apps.qbs",
        "lib/libs.qbs",
        "libexec/libexec.qbs",
        "plugins/plugins.qbs"
    ]
}