File: changes-2.5.0.md

package info (click to toggle)
qbs 3.1.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,968 kB
  • sloc: cpp: 120,478; ansic: 72,055; javascript: 14,887; python: 5,882; asm: 1,742; sh: 1,059; java: 693; objc: 409; lex: 194; xml: 141; perl: 137; yacc: 86; makefile: 55; cs: 41
file content (38 lines) | stat: -rw-r--r-- 1,552 bytes parent folder | download | duplicates (6)
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
# Language
* `Product` items can now contain `Scanner` items.
* `Group` items can now contain other items, namely `Depends`, `FileTagger`, `Rule`, and `Scanner`.
* `Group` items can now act like `Properties` items. Top-level properties can be set
  via the `product` and `module` prefixes, respectively.
* The conditions of `Properties` items can now overlap, allowing more than one such item
  to contribute to the value of list properties.
* The "else case" semantics for `Properties` items is now deprecated. Instead, `Properties` items
  can be marked as containing fallback values by giving them a condition with the special value
  `undefined`.
* The conditions of `Properties` items now default to `true`.
* Introduced the special `module` variable for `Module` items, which acts like `product`
  in `Product` items.
* Resolving values of path properties in `Export` items relative to the exporting product's location
  is now deprecated.

# C/C++ Support
* Added support for C++20 modules.

# Android support
* Added new properties `Android.sdk.d8Desugaring` and `Android.sdk.extraResourcePackages`.

# Qt Support
* Added new property `Qt.core.translationsPath`.
* Adapted to changes in framework releases (QBS-1816).

# Other
* Added experimental WebAssembly support via emscripten.
* The `freedesktop` module now supports localization and deployment of more than one icon.
* The JSON API now supports renaming files.

# Contributors
* Aaron McCarthy
* Christian Kandeler
* Danya Patrushev
* Ivan Komissarov
* Leon Buckel
* Roman Telezhynskyi