Overview
Qbs is an open source, cross-platform build system that simplifies the process of building software.
Key features:
- Simple, easy-to-write build recipes
- Fast build system with parallel builds and tests
- Portable build recipes
- First-class support for many platforms
CppApplication {
files: [
"*.cpp"
]
}
And running qbs
.