summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2019-05-20 19:04:25 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-05-27 14:47:58 +0200
commite781377d2c1582ff358aeabdaf75d77db94fd71c (patch)
tree3065729dba57fa7ca56a091bbcab9c69591df7b5 /src
parent4ea3855b7fc5c61c630879aef7081049c0399da4 (diff)
Pump up required icu version
Update according to: "static assertion failed: v8 is required to build with ICU 63 and up". Change-Id: I55864e0fd7c98ee89c641926402115e85c65b1df Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'src')
-rw-r--r--src/core/configure.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/configure.json b/src/core/configure.json
index cffb7d01b..98eee347f 100644
--- a/src/core/configure.json
+++ b/src/core/configure.json
@@ -147,9 +147,9 @@
]
},
"webengine-icu": {
- "label": "icu >= 53",
+ "label": "icu >= 63",
"sources": [
- { "type": "pkgConfig", "args": "icu-uc >= 53 icu-i18n >= 53" }
+ { "type": "pkgConfig", "args": "icu-uc >= 63 icu-i18n >= 63" }
]
},
"webengine-ffmpeg": {