summaryrefslogtreecommitdiffstats
path: root/configure.pri
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@qt.io>2018-04-04 12:26:52 +0200
committerMichal Klocek <michal.klocek@qt.io>2018-04-12 07:14:38 +0000
commit98cfb5cee9fb7bdf9c1ede396c786be2ad0c4b33 (patch)
tree4269f2ca157f8da195dae24c5e93d27ea39eb4c5 /configure.pri
parent7ad9ffe57aec62b7170e077a5bfc989e69703494 (diff)
Add check for catalog support in libxml2
Since https://codereview.chromium.org/2788063002 libxml2 is expected to have disabled catalog support. Prevent crashes of render process and do not link against system libxml2 if it is compiled with catalog support. Task-number: QTBUG-66488 Change-Id: I2d922929878262c555802336841536eba1294db2 Reviewed-by: Kai Koehne <kai.koehne@qt.io>
Diffstat (limited to 'configure.pri')
-rw-r--r--configure.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pri b/configure.pri
index ecf2ce4d3..db36a7ff7 100644
--- a/configure.pri
+++ b/configure.pri
@@ -147,7 +147,7 @@ defineTest(qtConfTest_embedded) {
return(false)
}
-defineTest(qtConfTest_detectIcuuc) {
+defineTest(qtConfTest_detectLibXml2WithIcuuc) {
pkgConfig = $$qtConfPkgConfig()
!isEmpty(pkgConfig) {
qtRunLoggedCommand("$$pkgConfig --libs --static libxml-2.0", xmllibs)