diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2024-08-19 07:53:12 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2024-08-19 08:54:22 +0200 |
commit | 56c33b87e128804c6f0462063808e874880cd3cc (patch) | |
tree | 75a670ac903f4df926278ca97e6fcc355be8042c | |
parent | 85699f54fec281aa0ddc94fce96cdc588c56d55e (diff) |
Fix typo
Change-Id: I3fac3dcde5aad559dcbc4c64aeedfd0f6fc1cd6c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172029
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | static/README.wasm.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/README.wasm.md b/static/README.wasm.md index 9d005fe7f286..69ca55a74322 100644 --- a/static/README.wasm.md +++ b/static/README.wasm.md @@ -110,7 +110,7 @@ $QT5DIR/lib/libqtfreetype.a). This mismatch between the include files that Qt i vs. the archive actually linked in, seems to not cause issues in practice. (If it did, we could either try to make both Qt and LO link against e.g. -sUSE_FREETYPE from emscripten-ports, or we could move Qt from a prequisite to a proper external/qt5 LO module built during the LO build, and -hack its configuration to build against LO's exernal/freetype etc. The former approach, building Qt +hack its configuration to build against LO's external/freetype etc. The former approach, building Qt with -sUSE_FREETYPE, is even tried in qtbase/src/gui/configure.json, but apparently fails for reasons not studied further yet, cf. Qt's config.log.) |