aboutsummaryrefslogtreecommitdiffstats
path: root/changelogs/changes-1.18.2.md
blob: 5019e491fa79f7d24c85e22b2252e21ac4266ff6 (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
37
38
39
40
41
# C/C++ Support

* qbs-setup-toolchains is now able to detect clang-cl properly
* The Library and Include probes take more paths into account on Linux to better
  support containerization systems such as Flatpak.
* Xcode autodetection now uses xcode-select to find Xcode on the system.


# Protocol Buffers Support (Protobuf Module)

* A missing nanopb generator file extension on windows has been added.
* The problem that property _libraryName was incorrect when protobuf was not
  found has been fixed.


# Android Support

* An assertion when building Android applications using additional java classes
  with native methods has been fixed (QBS-1628).


# Qt Support

* A problem related to handling Qt6EntryPoint in the Qt module provider has been
  fixed.


# Infrastructure

* A Qt4 docker image for basic testing has been added.


# Contributors

* Christian Kandeler
* Eike Ziller
* Ivan Komissarov
* Jan Blackquill
* Kai Dohmen
* Raphaël Cotty
* Richard Weickelt