From 6e3789e599e02621ccc84db7c6db6088aa21154e Mon Sep 17 00:00:00 2001 From: Andrey Filipenkov Date: Sun, 5 May 2024 15:00:16 +0300 Subject: [PATCH] add patch_type --- recipes/qt/5.x.x/conandata.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/qt/5.x.x/conandata.yml b/recipes/qt/5.x.x/conandata.yml index 4d6740e258ef4..060d0e648ea71 100644 --- a/recipes/qt/5.x.x/conandata.yml +++ b/recipes/qt/5.x.x/conandata.yml @@ -111,6 +111,7 @@ patches: "patch_description": "Fix QDir::entryInfoList() on Android when nameFilters used" "patch_file": "patches/5.15.13-android-qdir-entryinfolist.patch" "patch_source": "https://codereview.qt-project.org/c/qt/qtbase/+/476884" + "patch_type": "bugfix" - "base_path": "qt5/qtbase" "patch_description": "Fix qmake build with apple-clang>=15" "patch_file": "patches/5.15.8-fix-qmake-default-libdirs-apple-clang-15.patch"