aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-1.23.1.md
blob: 7b936f313e2f6ac326903a1bc54a6b290eb5d1c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# C/C++ Support
* 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 qscxmlc in Qt 6.3.
* Adapted to new location of qhelpgenerator in Qt 6.3.
* Fixed setting up Qt 6.3 with qbspkgconfig.
* Added QtScript module to the source tarballs (QBS-1703).

# Other modules
* Fixed protobuf linking on macOS 11.

# Contributors
* Christian Kandeler
* Ivan Komissarov
* Orgad Shaneh