File: changes-2.6.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 (33 lines) | stat: -rw-r--r-- 1,297 bytes parent folder | download | duplicates (7)
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
# General
* Command descriptions are now printed with the product name as the prefix
  instead of the suffix.
* When building only specific products via the `-p` option, dependent products
  are not necessarily built in their entirety anymore. Instead, only the artifacts
  required for the requested products are built.
* ConanfileProbe now supports Conan 2 and QbsDeps generator.

# Language
* Added new `Rule` property `auxiliaryInputsFromDependencies`.
* The `Rule` property `explicitlyDependsOnFromDependencies` now matches all
  artifacts from the dependencies, not just target artifacts.
* The version requirement in a `Depends` item is now checked earlier, fixing
  the problem that a non-matching version of a library could break project
  resolving if it was found before the matching version.

# API
* Added a mode that loads a build graph followed by a forced re-resolve.
* In IDE mode, messages of type "error" instead of "warning" are now emitted
  for errors that would stop the build in non-IDE mode (QBS-1818).

# Darwin support
* Added privacy manifest support for frameworks (QBS-1812).

# Qt Support
* Added `lupdate` support via the new `QtLupdateRunner` item (QBS-486).

# Contributors
* Christian Kandeler
* Ivan Komissarov
* Marcus Tillmanns
* Orgad Shaneh
* Turkaev Usman