From 04b120bc3c6fd20ff47582fd4e0ba30e1f3677ae Mon Sep 17 00:00:00 2001 From: Friedemann Kleint Date: Mon, 22 Jun 2020 14:35:25 +0200 Subject: Prospective fix for trying to build FontConfig on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Strawberry Perl has been found to ship a libfontconfig. Change the exclusion to win32. Fixes: QTBUG-85184 Change-Id: Ic953ba3226c275a204720ff83161fba138eae0cb Reviewed-by: Tor Arne Vestbø Reviewed-by: Mårten Nordheim --- src/gui/configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/configure.json') diff --git a/src/gui/configure.json b/src/gui/configure.json index 2f113d56d9..5473f8b30c 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -1066,7 +1066,7 @@ "fontconfig": { "label": "Fontconfig", "autoDetect": "!config.darwin", - "condition": "!config.msvc && features.system-freetype && libs.fontconfig", + "condition": "!config.win32 && features.system-freetype && libs.fontconfig", "output": [ "privateFeature", "feature" ] }, "gbm": { -- cgit v1.2.3