MSVC: Build harfbuzz with -Zc:__cplusplus -permissive-
harfbuzz includes QtCore/qatomic.h. But the Qt headers are expected to be compiled with -Zc:__cplusplus. Change-Id: I28847844e9a00f2b7c84f0d5d7d3257eb22e2e8e Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io> Reviewed-by: Giuseppe D'Angelo <giuseppe.dangelo@kdab.com> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
d6367aca86
commit
78fee50e53
|
|
@ -65,6 +65,7 @@ qt_internal_add_3rdparty_library(BundledHarfbuzz
|
|||
)
|
||||
qt_disable_warnings(BundledHarfbuzz)
|
||||
qt_set_symbol_visibility_hidden(BundledHarfbuzz)
|
||||
qt_set_msvc_cplusplus_options(BundledHarfbuzz PRIVATE)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:harfbuzz-ng.pro:<TRUE>:
|
||||
# OTHER_FILES = "$$PWD/src/harfbuzz.cc"
|
||||
|
|
|
|||
Loading…
Reference in New Issue