summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.json
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@qt.io>2017-12-15 12:59:09 +0100
committerLars Knoll <lars.knoll@qt.io>2017-12-30 15:17:32 +0000
commitf3f4f95536133c7ec7ef27e5a8263f35cc3bc4b6 (patch)
treef72c8ffbee95fcd0ab9883a31ea2c150d432d93b /src/gui/configure.json
parent809200a83e366141d543336503635cf57c626434 (diff)
Bump the minimum required version for harfbuzz to 1.6.0
This is the first version that supports Unicode 10.0.0, which we now require for Qt. Change-Id: Iff3cb757eb7d97dace5649262c337a4ed1145199 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'src/gui/configure.json')
-rw-r--r--src/gui/configure.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/configure.json b/src/gui/configure.json
index be146e8e33..b617a1e31d 100644
--- a/src/gui/configure.json
+++ b/src/gui/configure.json
@@ -207,7 +207,7 @@
"test": {
"include": "harfbuzz/hb.h",
"tail": [
- "#if !HB_VERSION_ATLEAST(0, 9, 42)",
+ "#if !HB_VERSION_ATLEAST(1, 6, 0)",
"# error This version of harfbuzz is too old.",
"#endif"
],