summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-02-11 17:45:35 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-02-11 17:15:47 +0000
commitfffc12cc34812ceb8104e78534bb0be338727765 (patch)
tree52854d37715fe0d48f969d2a235b8cd983da5ca0 /util
parent2635ab01d28da1d2770c2090aa68ac7a01c070fd (diff)
CMake: helper.py: Map harfbuzz library
Change-Id: I71daa9acf391c70c6cba99609c1f67ca5eeaa220 Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
Diffstat (limited to 'util')
-rw-r--r--util/cmake/helper.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/helper.py b/util/cmake/helper.py
index 948392d925..16502fd274 100644
--- a/util/cmake/helper.py
+++ b/util/cmake/helper.py
@@ -208,6 +208,7 @@ libray_mapping = {
'doubleconversion': 'double-conversion',
'freetype': 'Freetype::Freetype',
'glib': 'GLIB2::GLIB2',
+ 'harfbuzz': 'harfbuzz::harfbuzz',
'icu': 'ICU::i18n ICU::uc ICU::data',
'libatomic': 'Atomic',
'libdl': '${CMAKE_DL_LIBS}',