summaryrefslogtreecommitdiffstats
path: root/src/gui
diff options
context:
space:
mode:
authorLiang Qi <liang.qi@qt.io>2019-02-11 14:37:49 +0100
committerLiang Qi <liang.qi@qt.io>2019-02-11 15:18:37 +0000
commit5ad3803defbfbf0ad7fbf62eac35844a1e5ef566 (patch)
treeb7d4aa90f943c7e7e5647968ad674c74173385ea /src/gui
parent6c8fb8aad89d3dfdf131ad4bf0ed9ef36f7f7cf9 (diff)
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>
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt
index 60b5dec2df..2aa13debc8 100644
--- a/src/gui/CMakeLists.txt
+++ b/src/gui/CMakeLists.txt
@@ -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