cmake: fix harfbuzz target
If doesn't build with harfbuzz::harfbuzz, please check harfbuzz-config.cmake in system. Latest harfbuzz has it. Change-Id: Idaaa77dc748ba2228b4e67e72a495bed93bc0192 Reviewed-by: Mikhail Svetkin <mikhail.svetkin@qt.io> Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>bb10
parent
6c8fb8aad8
commit
5ad3803def
|
|
@ -287,7 +287,7 @@ extend_target(Gui CONDITION QT_FEATURE_png
|
|||
extend_target(Gui CONDITION QT_FEATURE_harfbuzz
|
||||
SOURCES
|
||||
text/qharfbuzzng.cpp text/qharfbuzzng_p.h
|
||||
LIBRARIES harfbuzz
|
||||
LIBRARIES harfbuzz::harfbuzz
|
||||
)
|
||||
|
||||
extend_target(Gui CONDITION QT_FEATURE_textodfwriter
|
||||
|
|
|
|||
Loading…
Reference in New Issue