From 946b7dc4f9d7bae973f2c883845ef40b7457f7f2 Mon Sep 17 00:00:00 2001 From: Iikka Eklund Date: Mon, 28 Jun 2021 11:31:11 +0300 Subject: Conan: Inherit recipe class from QtLeafModule for common functionality 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-94822 Change-Id: I73e7906e1b24ddad7fd808e30e22c5015eb9aa4a Reviewed-by: Toni Saario --- .cmake.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.cmake.conf') diff --git a/.cmake.conf b/.cmake.conf index 4e73b3d..4aa8eb1 100644 --- a/.cmake.conf +++ b/.cmake.conf @@ -1 +1,2 @@ set(QT_REPO_MODULE_VERSION "6.2.0") +set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1") -- cgit v1.2.1