summaryrefslogtreecommitdiff
path: root/changelogs/changes-1.14.0.md
blob: d8a21fe517270294da21a1038eea21cf725b1544 (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
# Language
* The `PathProbe` item was extended to support looking for multiple files and filtering candidate
  files.

# C/C++ Support
* Added support for Visual Studio 2019.
* Added support for clang-cl.
* Various improvements for bare-metal toolchains, including new example projects and support for
  the SDCC toolchain.

# Qt Support
* Added the `Qt.android_support.extraLibs` property.

# Other modules
* The `pkgconfig` module now has a `sysroot` property.
* Added gRPC support to the `protobuf.cpp` module.

# Android Support
* Removed support for NDK < r19.
* Added new `Android.sdk` properties `versionCode` and `versionName`.

# Infrastructure
* Added configuration files for Travis CI.
* Various fixes and improvements in the Debian Docker image; updated to to Qt 5.11.3.

# Contributors
* BogDan Vatra
* Christian Kandeler
* Christian Stenger
* Davide Pesavento
* Denis Shienkov
* hjk
* Ivan Komissarov
* Joerg Bornemann
* Richard Weickelt