diff --git a/src/gui/.prev_CMakeLists.txt b/src/gui/.prev_CMakeLists.txt index b90885b2ec0..68cf6aab0c6 100644 --- a/src/gui/.prev_CMakeLists.txt +++ b/src/gui/.prev_CMakeLists.txt @@ -500,7 +500,7 @@ qt_extend_target(Gui CONDITION QT_FEATURE_harfbuzz SOURCES text/qharfbuzzng.cpp text/qharfbuzzng_p.h LIBRARIES - harfbuzz::harfbuzz + WrapHarfbuzz::WrapHarfbuzz ) qt_extend_target(Gui CONDITION QT_FEATURE_textodfwriter diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index ad35c0ef7bd..f081979aff5 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -591,7 +591,7 @@ qt_extend_target(Gui CONDITION QT_FEATURE_harfbuzz SOURCES text/qharfbuzzng.cpp text/qharfbuzzng_p.h LIBRARIES - harfbuzz::harfbuzz + WrapHarfbuzz::WrapHarfbuzz ) qt_extend_target(Gui CONDITION QT_FEATURE_textodfwriter