https://github.com/qbs/qbs
Modern build tool for software projects
https://github.com/qbs/qbs
c-plus-plus javascript qt
Last synced: 9 months ago
JSON representation
Modern build tool for software projects
- Host: GitHub
- URL: https://github.com/qbs/qbs
- Owner: qbs
- License: other
- Created: 2013-05-21T05:31:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-06-30T10:09:12.000Z (9 months ago)
- Last Synced: 2025-06-30T11:24:24.702Z (9 months ago)
- Topics: c-plus-plus, javascript, qt
- Language: C++
- Homepage: http://qbs.io
- Size: 33.2 MB
- Stars: 169
- Watchers: 18
- Forks: 55
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: changelogs/changes-1.10.0.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.GPL3-EXCEPT
Awesome Lists containing this project
README
# Qbs
Qbs is a build automation tool designed to conveniently manage the build
process of software projects across multiple platforms. Qbs can be used for any
software project, regardless of programming language, toolkit, or libraries used.
## Documentation
Qbs product documentation is available at [doc.qt.io/qbs](http://doc.qt.io/qbs/index.html)
The project's homepage is [wiki.qt.io/qbs](http://wiki.qt.io/qbs)
## Supported platforms
Qbs binaries are available for Windows, macOS, Linux, and FreeBSD.
For more information about how to install Qbs on your platform, see the
[Installing](https://doc.qt.io/qbs/installing.html) page in the documentation.
Qbs allows to build applications for different platforms, for the list of
supported platforms and the details about each platform, see the
[Target Platforms](https://doc.qt.io/qbs/platforms.html) page.
## Building Qbs
For information about building Qbs from sources, see
["Appendix A: Building Qbs"](http://doc.qt.io/qbs/building-qbs.html).
## Reporting Bugs
Please report any bugs in our [bug tracker](https://bugreports.qt.io/browse/QBS).
## Contributing
See [Contributing to Qbs](CONTRIBUTING.md)