From ef8100b5654a0e9d10aa2ab14dc61fe39c8e5401 Mon Sep 17 00:00:00 2001 From: ericLemanissier Date: Fri, 22 Dec 2023 12:49:40 +0100 Subject: [PATCH] satisfy linter --- recipes/qt/6.x.x/conandata.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/recipes/qt/6.x.x/conandata.yml b/recipes/qt/6.x.x/conandata.yml index 8eaf7c6aa5affd..f0ad39e4c24861 100644 --- a/recipes/qt/6.x.x/conandata.yml +++ b/recipes/qt/6.x.x/conandata.yml @@ -67,30 +67,38 @@ patches: - "base_path": "qtwebengine" "patch_description": "Workaround for too long .rps file name" "patch_file": "patches/c72097e_6.6.0.diff" + "patch_type": "bugfix" - "base_path": "qtbase" "patch_description": "Fix build error with lambda on GCC 9.2" "patch_file": "patches/32fa63f.patch" + "patch_type": "bugfix" "6.6.0": - "base_path": "qtwebengine" "patch_description": "Workaround for too long .rps file name" "patch_file": "patches/c72097e_6.6.0.diff" + "patch_type": "bugfix" - "base_path": "qtbase" "patch_description": "Fix build error with lambda on GCC 9.2" "patch_file": "patches/32fa63f.patch" + "patch_type": "bugfix" "6.5.3": - "base_path": "qtwebengine" "patch_description": "Workaround for too long .rps file name" "patch_file": "patches/c72097e.diff" + "patch_type": "bugfix" - "base_path": "qtbase" "patch_description": "Fix build error with lambda on GCC 9.2" "patch_file": "patches/32fa63f_6.5.0.patch" + "patch_type": "bugfix" "6.4.2": - base_path: "qtbase/cmake" patch_description: "Fix pri helpers" patch_file: "patches/qt6-pri-helpers-fix.diff" + patch_type: "bugfix" - patch_file: "patches/c72097e.diff" base_path: "qtwebengine" patch_description: "Workaround for too long .rps file name" + patch_type: "bugfix" - patch_file: "patches/d13958d.diff" base_path: "qtbase" patch_description: "Fix PCRE2 detection" @@ -100,9 +108,11 @@ patches: - base_path: "qtbase/cmake" patch_description: "Fix pri helpers" patch_file: "patches/qt6-pri-helpers-fix.diff" + patch_type: "bugfix" - patch_file: "patches/c72097e.diff" base_path: "qtwebengine" patch_description: "Workaround for too long .rps file name" + patch_type: "bugfix" - patch_file: "patches/d13958d.diff" base_path: "qtbase" patch_description: "Fix PCRE2 detection"