aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: c56d8c214e7647f18a8a3e20005cf0e8fc48346c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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)