From f6ce2d42b3cbe049ebcf1a2349a5cd4dde2c6d24 Mon Sep 17 00:00:00 2001 From: Paul Wicking Date: Mon, 24 Sep 2018 08:59:35 +0200 Subject: Doc: Improve HarfBuzz configure options documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Task-number: QTBUG-63632 Change-Id: Iedaf34d016d13eeae3dc2e9030a3cea28e602ccc Reviewed-by: Venugopal Shivashankar Reviewed-by: Topi Reiniƶ --- src/3rdparty/harfbuzz-ng/qt_attribution.json | 2 +- src/3rdparty/harfbuzz/qt_attribution.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/3rdparty/harfbuzz-ng/qt_attribution.json b/src/3rdparty/harfbuzz-ng/qt_attribution.json index 0cf6a746f5..2f1aed8a87 100644 --- a/src/3rdparty/harfbuzz-ng/qt_attribution.json +++ b/src/3rdparty/harfbuzz-ng/qt_attribution.json @@ -2,7 +2,7 @@ "Id": "harfbuzz-ng", "Name": "HarfBuzz-NG", "QDocModule": "qtgui", - "QtUsage": "Optionally used in Qt GUI. Configure with -system-harfbuzz or -qt-harfbuzz to avoid.", + "QtUsage": "Optionally used in Qt GUI. Configure with -system-harfbuzz to force the use of the system library, or -qt-harfbuzz to link statically to the library that is bundled with your Qt version.", "Description": "HarfBuzz is an OpenType text shaping engine.", "Homepage": "http://harfbuzz.org", diff --git a/src/3rdparty/harfbuzz/qt_attribution.json b/src/3rdparty/harfbuzz/qt_attribution.json index 51449f2adb..986171fb7b 100644 --- a/src/3rdparty/harfbuzz/qt_attribution.json +++ b/src/3rdparty/harfbuzz/qt_attribution.json @@ -2,7 +2,7 @@ "Id": "harfbuzz", "Name": "HarfBuzz", "QDocModule": "qtgui", - "QtUsage": "Optionally used in Qt GUI. Configure with -system-harfbuzz or -qt-harfbuzz to avoid.", + "QtUsage": "Optionally used in Qt GUI. Configure with -system-harfbuzz to force the use of the system library, or -no-harfbuzz to disable the use of HarfBuzz entirely.", "License": "MIT License", "LicenseId": "MIT", -- cgit v1.2.3