qtbase: disable ctf temporarily

Enabling ctf causes builds to fail, disable it temporarily.

Task-number: QTBUG-140443
Change-Id: Id32d1b65d76791fba29e419f6cb95e06acb551e7
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2025-09-25 11:00:08 +00:00
parent 1d06407a21
commit 53005efcfc

View File

@ -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