mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
Fix build hb on unix
This commit is contained in:
1
Common/3dParty/harfbuzz/.gitignore
vendored
1
Common/3dParty/harfbuzz/.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
harfbuzz/
|
||||
harfbuzz.pri
|
||||
module.version
|
||||
|
||||
@ -42,7 +42,9 @@ if not base.is_dir("harfbuzz"):
|
||||
|
||||
qmake_content_lines.append("SRC_DIR = $$PWD/harfbuzz/src")
|
||||
qmake_content_lines.append("")
|
||||
qmake_content_lines.append("DEFINES += HAVE_FREETYPE")
|
||||
qmake_content_lines.append("DEFINES += \\")
|
||||
qmake_content_lines.append(" HAVE_FREETYPE \\")
|
||||
qmake_content_lines.append(" HB_NO_VISIBILITY")
|
||||
qmake_content_lines.append("")
|
||||
qmake_content_lines.append("INCLUDEPATH += \\")
|
||||
qmake_content_lines.append(" $$SRC_DIR \\")
|
||||
|
||||
Reference in New Issue
Block a user