summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-06 17:49:39 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-10 07:33:13 +0100
commit02f08d50383c7373caefe76d454b59b881fe30e1 (patch)
tree317f480e2fe764581ffe82785091871e061c2261 /src/gui/configure.cmake
parent729a73a9cfe774cb49251be8c99ba5b26d516e01 (diff)
CMake: Remove old 3rdparty mechanism for harfbuzz-non-ng
Change-Id: I37c1e561ac83c51a06aae50ccb176094785d52f5 Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'src/gui/configure.cmake')
-rw-r--r--src/gui/configure.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake
index 07866eff9e..b338cf7dc8 100644
--- a/src/gui/configure.cmake
+++ b/src/gui/configure.cmake
@@ -6,6 +6,10 @@
set(INPUT_freetype "undefined" CACHE STRING "")
set_property(CACHE INPUT_freetype PROPERTY STRINGS undefined no qt system)
+# input harfbuzz
+set(INPUT_harfbuzz "undefined" CACHE STRING "")
+set_property(CACHE INPUT_harfbuzz PROPERTY STRINGS undefined no qt system)
+
# input libjpeg
set(INPUT_libjpeg "undefined" CACHE STRING "")
set_property(CACHE INPUT_libjpeg PROPERTY STRINGS undefined no qt system)