diff --git a/recipes-qt/qt6/qtbase_git.bb b/recipes-qt/qt6/qtbase_git.bb index 78d28e7..1914105 100644 --- a/recipes-qt/qt6/qtbase_git.bb +++ b/recipes-qt/qt6/qtbase_git.bb @@ -93,6 +93,9 @@ PACKAGECONFIG_DEFAULT ?= "\ PACKAGECONFIG:remove:mingw32 = "openssl" +# QTBUG-140443 +PACKAGECONFIG:remove = "ctf" + # Build type: Debug, Release, MinSizeRel, RelWithDebInfo BUILD_TYPE ?= "Release" # OpenSSL linking mode: runtime, linked