This restores the QT_NO_FOREACH macro originally added in
acd6e18a14 and then lost in the cmake
port.
Luckily, no new uses have crept in in the meantime.
Change-Id: I19be444b48595b2c7ab73d828f9fbae8a9b90c2b
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
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-94914
Change-Id: Ib09faf140df0c2c8862c4b09c14d1a6929cca8b4
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
Reviewed-by: Toni Saario <toni.saario@qt.io>
QtConnectivity is still at version 6.0.0. This patch updates to 6.1.0
and does the required update of dependencies.
Change-Id: I6ae9d32d09d33df3dac115782b4d98ea28b85e81
Reviewed-by: Alex Blasche <alexander.blasche@qt.io>