From f716a8735285d3919164a0faadc542a866465d3d Mon Sep 17 00:00:00 2001 From: Leander Beernaert Date: Tue, 24 Mar 2020 17:19:41 +0100 Subject: CMake: Fix configuration of FEATURE_JPEG Without this patch JPEG support is always disabled, even though we can build it from 3rdparty sources. Change-Id: I9e619f0ca8ec3ca3e7c58981bb6af9b33426a029 Reviewed-by: Alexandru Croitor --- util/cmake/configurejson2cmake.py | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py index afee5156a0..31a0dda7dc 100755 --- a/util/cmake/configurejson2cmake.py +++ b/util/cmake/configurejson2cmake.py @@ -794,7 +794,6 @@ def get_feature_mapping(): "condition": "NOT QT_FEATURE_icu AND QT_FEATURE_textcodec AND ( TEST_posix_iconv OR TEST_sun_iconv )" }, "incredibuild_xge": None, - "jpeg": {"condition": "QT_FEATURE_imageformatplugin AND JPEG_FOUND"}, "ltcg": None, "msvc_mp": None, "optimize_debug": None, -- cgit v1.2.3