summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorEskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>2014-05-12 11:34:00 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-05-12 19:24:51 +0200
commitc1af2ced2d816932e78793295595bc1612a4700c (patch)
treec21f555a77ec40ce09df452cf116f7f25071eaee /src
parent9bde391da4a36a612d38fb0041f5ab2e262741b1 (diff)
Mac OS X: Fix crash in Harfbuzz-NG
CoreText does not support multithreading, so we would get a crash in tst_qglthreads. So we disable multithreading for HB-NG. Task-number: QTBUG-38762 Change-Id: I0473037c16017ff77cbba9b11fc0b396775ef789 Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/3rdparty/harfbuzz-ng/src/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/harfbuzz-ng/src/config.h b/src/3rdparty/harfbuzz-ng/src/config.h
index cb68ab0e5b..9abb5df7f1 100644
--- a/src/3rdparty/harfbuzz-ng/src/config.h
+++ b/src/3rdparty/harfbuzz-ng/src/config.h
@@ -4,7 +4,6 @@
#define HAVE_OT
#define HAVE_ATEXIT
-#define HB_NO_MT
#define HB_NO_UNICODE_FUNCS
#define HB_DISABLE_DEPRECATED