-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.9.2
-
Fix Version/s: 5.12.0 Beta 1
-
Component/s: Documentation
-
Labels:
-
Commits:f6ce2d42b3cbe049ebcf1a2349a5cd4dde2c6d24
Documentation in here says that -qt-harfbuzz can be used to avoid harfbuzz:
http://doc.qt.io/qt-5/qtgui-attribution-harfbuzz.html
Instead it probably should have said -no-harfbuzz since -qt-harfbuzz does compile the whole library and statically link to it. Perhaps this could be improved to say that -system-harfbuzz links dynamically, -qt-harfbuzz statically and -no-harfbuzz to avoid linking to harfbuzz.