summaryrefslogtreecommitdiffstats
path: root/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2016-08-10 14:50:28 +0200
committerLars Knoll <lars.knoll@qt.io>2016-08-19 04:28:30 +0000
commitfd89fb4566501b3b4a34e25fefa882e97498e3ff (patch)
treed7bb747931c42d0e519bf29fc03e55b6e341490c /configure.json
parente33a382c33099437ad5407fb36f446799e5ea549 (diff)
Cleanup QT_NO_FONTCONFIG usage
Stop messing around with the define in pro files, and rely on the configuration system. Disable fontconfig on Mac, which in practice gives the same result as before. Change-Id: Iea3aec127af96f221f4ee8682fb20a624332b82f Reviewed-by: Lars Knoll <lars.knoll@qt.io> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
Diffstat (limited to 'configure.json')
-rw-r--r--configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.json b/configure.json
index 3f007d485d..f3c6f247f9 100644
--- a/configure.json
+++ b/configure.json
@@ -2063,7 +2063,7 @@
},
"fontconfig": {
"description": "Fontconfig",
- "condition": "!config.win32 && features.system-freetype && libs.fontconfig",
+ "condition": "!config.win32 && !config.darwin && features.system-freetype && libs.fontconfig",
"output": [ "privateFeature", "feature" ]
},
"harfbuzz": {