• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H13-Dec-2021-1,1271,101

bin/H13-Dec-2021-1512

changelogs/H13-Dec-2021-1,069861

cmake/H13-Dec-2021-559479

dist/H07-May-2022-

doc/H03-May-2022-26,14120,449

docker/H13-Dec-2021-793563

examples/H13-Dec-2021-32,27724,615

qbs-resources/H13-Dec-2021-283258

release/H13-Dec-2021-

scripts/H03-May-2022-1,569673

share/H03-May-2022-18,89416,590

src/H03-May-2022-143,09994,345

tests/H03-May-2022-66,66649,749

.clang-tidyH A D13-Dec-202111.7 KiB274270

.dockerignoreH A D13-Dec-202123 43

.gitattributesH A D13-Dec-2021103 43

.gitignoreH A D13-Dec-2021491 4542

.gitmodulesH A D13-Dec-202180 43

.mailmapH A D13-Dec-20211.4 KiB2928

CONTRIBUTING.mdH A D13-Dec-20213.8 KiB10376

LICENSE.GPL3-EXCEPTH A D13-Dec-202135.5 KiB705574

LICENSE.LGPLv21H A D13-Dec-202125.8 KiB505418

LICENSE.LGPLv3H A D13-Dec-20217.9 KiB174132

README.mdH A D13-Dec-20211.1 KiB3721

VERSIONH A D13-Dec-20217 21

docker-compose.ymlH A D13-Dec-20214.2 KiB175159

qbs.proH A D13-Dec-20212 KiB7871

qbs.qbsH A D13-Dec-20211.4 KiB6959

qbs_version.priH A D13-Dec-2021180 54

static-res.proH A D13-Dec-20212.6 KiB7564

static.proH A D13-Dec-20213.1 KiB8472

README.md

1# Qbs
2
3Qbs is a build automation tool designed to conveniently manage the build
4process of software projects across multiple platforms. Qbs can be used for any
5software project, regardless of programming language, toolkit, or libraries used.
6
7## Documentation
8
9Qbs product documentation is available at [doc.qt.io/qbs](http://doc.qt.io/qbs/index.html)
10
11The project's homepage is [wiki.qt.io/qbs](http://wiki.qt.io/qbs)
12
13## Supported platforms
14
15Qbs binaries are available for Windows, macOS, Linux, and FreeBSD.
16
17For more information about how to install Qbs on your platform, see the
18[Installing](https://doc.qt.io/qbs/installing.html) page in the documentation.
19
20Qbs allows to build applications for different platforms, for the list of
21supported platforms and the details about each platform, see the
22[Target Platforms](https://doc.qt.io/qbs/platforms.html) page.
23
24## Building Qbs
25
26For information about building Qbs from sources, see
27["Appendix A: Building Qbs"](http://doc.qt.io/qbs/building-qbs.html).
28
29## Reporting Bugs
30
31Please report any bugs in our [bug tracker](https://bugreports.qt.io/browse/QBS).
32
33## Contributing
34
35See [Contributing to Qbs](CONTRIBUTING.md)
36
37