Commit Graph

2 Commits

Author SHA1 Message Date
Lucie Gérard 6f57506953 Use SPDX license identifiers
Replace the current license disclaimer in files by
a SPDX-License-Identifier.
License files are organized under LICENSES directory.

Pick-to: 6.4
Task-number: QTBUG-67283
Change-Id: Idfd176b7f7b077a5b7c66b7738dc9bcac94ab290
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
2022-06-07 18:23:52 +02:00
Iikka Eklund 5f904c4cb4 Support builds with Conan
The recipe uses Conan's supported way to inherit from a given
base class via 'python_requires_extend'.

The qt-conan-common package implements a base class for Qt leaf
module recipes. The build steps in leaf modules are mostly identical
so it makes sense to put those in the base class.

Dependencies are read by the base class from the 'dependencies.yaml'
which is the same file the CI system uses.

Pick-to: 6.2
Task-number: QTBUG-94916
Change-Id: I9d213a7c4ab55dca42da978f4c0d49e696a258ca
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2021-08-25 15:21:20 +03:00