diff --git a/src/3rdparty/harfbuzz-ng/.prev_CMakeLists.txt b/src/3rdparty/harfbuzz-ng/.prev_CMakeLists.txt index f8d1a77a755..b178d205d50 100644 --- a/src/3rdparty/harfbuzz-ng/.prev_CMakeLists.txt +++ b/src/3rdparty/harfbuzz-ng/.prev_CMakeLists.txt @@ -59,7 +59,7 @@ qt_add_3rdparty_library(BundledHarfbuzz INCLUDE_DIRECTORIES .core.includes PUBLIC_INCLUDE_DIRECTORIES - $ + $ ) qt_disable_warnings(BundledHarfbuzz) qt_set_symbol_visibility_hidden(BundledHarfbuzz) diff --git a/src/3rdparty/harfbuzz-ng/CMakeLists.txt b/src/3rdparty/harfbuzz-ng/CMakeLists.txt index a76cc629c8b..2f895ab4d3b 100644 --- a/src/3rdparty/harfbuzz-ng/CMakeLists.txt +++ b/src/3rdparty/harfbuzz-ng/CMakeLists.txt @@ -61,7 +61,7 @@ qt_add_3rdparty_library(BundledHarfbuzz $ # special case "${CMAKE_CURRENT_SOURCE_DIR}" # special case PUBLIC_INCLUDE_DIRECTORIES - $ + $ ) qt_disable_warnings(BundledHarfbuzz) qt_set_symbol_visibility_hidden(BundledHarfbuzz) diff --git a/src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro b/src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro index 1c6eb992f03..752d349ebcf 100644 --- a/src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro +++ b/src/3rdparty/harfbuzz-ng/harfbuzz-ng.pro @@ -5,7 +5,7 @@ CONFIG += \ hide_symbols \ exceptions_off rtti_off warn_off -MODULE_INCLUDEPATH += $$PWD/include +MODULE_INCLUDEPATH += $$PWD/include/harfbuzz load(qt_helper_lib) diff --git a/src/gui/configure.json b/src/gui/configure.json index 80df53edd1d..d5816c59683 100644 --- a/src/gui/configure.json +++ b/src/gui/configure.json @@ -236,7 +236,7 @@ "hb_buffer_destroy(buffer);" ] }, - "headers": "harfbuzz/hb.h", + "headers": "hb.h", "sources": [ "-lharfbuzz" ] diff --git a/src/gui/text/qfontengine.cpp b/src/gui/text/qfontengine.cpp index 819b2d14f8a..07b19d4d19a 100644 --- a/src/gui/text/qfontengine.cpp +++ b/src/gui/text/qfontengine.cpp @@ -55,7 +55,7 @@ #if QT_CONFIG(harfbuzz) # include "qharfbuzzng_p.h" -# include +# include #endif #include diff --git a/src/gui/text/qharfbuzzng_p.h b/src/gui/text/qharfbuzzng_p.h index 4fb7e0aef7b..a7cd84fedcb 100644 --- a/src/gui/text/qharfbuzzng_p.h +++ b/src/gui/text/qharfbuzzng_p.h @@ -59,7 +59,7 @@ QT_REQUIRE_CONFIG(harfbuzz); #include #if defined(QT_BUILD_GUI_LIB) -# include +# include #else // a minimal set of HB types required for Qt libs other than Gui