CMake: Regenerate projects after harfbuzz-ng macOS adjustment
Amends 21c242f9fd
Change-Id: I1041d27d2ab764950b574ff729d987b5efe5f2fe
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@qt.io>
This commit is contained in:
parent
8185da097a
commit
64bda9d915
18
src/3rdparty/harfbuzz-ng/.prev_CMakeLists.txt
vendored
18
src/3rdparty/harfbuzz-ng/.prev_CMakeLists.txt
vendored
@ -70,13 +70,6 @@ qt_set_symbol_visibility_hidden(BundledHarfbuzz)
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
qt_extend_target(BundledHarfbuzz CONDITION APPLE
|
||||
SOURCES
|
||||
src/hb-coretext.cc src/hb-coretext.h
|
||||
DEFINES
|
||||
HAVE_CORETEXT
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 2:.:.:harfbuzz-ng.pro:APPLE:
|
||||
# SHAPERS = "coretext"
|
||||
|
||||
@ -158,17 +151,6 @@ qt_extend_target(BundledHarfbuzz CONDITION SHAPERS___contains___opentype
|
||||
HAVE_OT
|
||||
)
|
||||
|
||||
qt_extend_target(BundledHarfbuzz CONDITION UIKIT
|
||||
LIBRARIES
|
||||
${FWCoreGraphics}
|
||||
${FWCoreText}
|
||||
)
|
||||
|
||||
qt_extend_target(BundledHarfbuzz CONDITION APPLE AND NOT UIKIT
|
||||
LIBRARIES
|
||||
${FWApplicationServices}
|
||||
)
|
||||
|
||||
qt_extend_target(BundledHarfbuzz CONDITION SHAPERS_ISEMPTY OR SHAPERS___contains___fallback
|
||||
SOURCES
|
||||
src/hb-fallback-shape.cc
|
||||
|
18
src/3rdparty/harfbuzz-ng/CMakeLists.txt
vendored
18
src/3rdparty/harfbuzz-ng/CMakeLists.txt
vendored
@ -71,13 +71,6 @@ qt_set_symbol_visibility_hidden(BundledHarfbuzz)
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
qt_extend_target(BundledHarfbuzz CONDITION APPLE
|
||||
SOURCES
|
||||
src/hb-coretext.cc src/hb-coretext.h
|
||||
DEFINES
|
||||
HAVE_CORETEXT
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 2:.:.:harfbuzz-ng.pro:APPLE:
|
||||
# SHAPERS = "coretext"
|
||||
|
||||
@ -159,17 +152,6 @@ qt_extend_target(BundledHarfbuzz CONDITION TRUE # special case
|
||||
HAVE_OT
|
||||
)
|
||||
|
||||
qt_extend_target(BundledHarfbuzz CONDITION UIKIT
|
||||
LIBRARIES
|
||||
${FWCoreGraphics}
|
||||
${FWCoreText}
|
||||
)
|
||||
|
||||
qt_extend_target(BundledHarfbuzz CONDITION APPLE AND NOT UIKIT
|
||||
LIBRARIES
|
||||
${FWApplicationServices}
|
||||
)
|
||||
|
||||
qt_extend_target(BundledHarfbuzz CONDITION SHAPERS_ISEMPTY OR SHAPERS___contains___fallback
|
||||
SOURCES
|
||||
src/hb-fallback-shape.cc
|
||||
|
@ -214,7 +214,7 @@ qt_add_module(Core
|
||||
tools/qsimd.cpp tools/qsimd_p.h
|
||||
tools/qsize.cpp tools/qsize.h
|
||||
tools/qstack.h
|
||||
tools/qtaggedpointer_p.h
|
||||
tools/qtaggedpointer.h
|
||||
tools/qtools_p.h
|
||||
tools/qvarlengtharray.h
|
||||
tools/qvector.h
|
||||
|
Loading…
Reference in New Issue
Block a user