Qbs

Blog Documentation Get Qbs

Qbs 1.23 Released

The Qbs build tool version 1.23.0 is available.

Qbs is a community-driven language-agnostic build automation system. It is fast and offers an easy-to-learn language based upon QML.

What’s new

About 36 contributions went into this release since version 1.22.0. We have selected a few items below. Have a look into the complete changelog if you are interested in more details.

C/C++ Support

  • Added new module Sanitizers.address for simple cross-platform ASan configuration.
  • Added support for c17 and c2x values in cpp.cLanguageVersion.
  • Added support for cpp.cLanguageVersion for the MSVC toolchain.
  • Fix passing linker scripts to iar and keil toolchains (QBS-1704).

Qt Support

  • Adapted to new location of several tools such as qscxmlc and qhelpgenerator in Qt 6.3.

Try it

Qbs is available for download on the download page. Please report issues in our bug tracker. Join our Discord server for live discussions. We are not using IRC anymore. You can use our mailing list for questions and discussions. The documentation and wiki are also good places to get started. Qbs is also available from a number of package repositories (Chocolatey, MacPorts, Homebrew) and is updated on each release by the Qbs development team. It can also be installed through the native package management system on a number of Linux distributions. Please find a complete overview on repology.org. Qbs 1.23.0 is also included in Qt Creator 8.0.0 which was released recently.

Contribute

If You are a happy user of Qbs, please tell others about it. But maybe you would like to contribute something. Everything that makes Qbs better is highly appreciated. Contributions may consist of reporting bugs or fixing them right away. But also new features are very welcome. Your patches will be automatically sanity-checked, built and verified on Linux, macOS and Windows by our CI bot. Get started with instructions in the Qbs Wiki. Thanks to everybody who made the 1.23.0 release happen:

Contributors

  • Christian Kandeler
  • Dmitry Shachnev
  • Ivan Komissarov
  • Max Bespalov
  • Orgad Shaneh