summaryrefslogtreecommitdiffstats
path: root/src/gui/configure.cmake
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2020-03-02 16:54:07 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2020-03-04 16:16:27 +0000
commitd50b22e75df0e0fcecf987813b873e717a225e66 (patch)
treee006df1523dd130e011725ae394a8b114316b5c4 /src/gui/configure.cmake
parentaa5e43d49169fce27821c1296a0c80966786c138 (diff)
CMake: Remove incorrect hardcoded harfbuzz condition
The non-system harfbuzz feature doesn't actually have a condition in the json file. Change-Id: I4b74915f28da97d6ef8f89690e91306d243913ee Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/gui/configure.cmake')
-rw-r--r--src/gui/configure.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake
index 7b3cd14ce4..c7a11e2b1e 100644
--- a/src/gui/configure.cmake
+++ b/src/gui/configure.cmake
@@ -635,7 +635,6 @@ qt_feature("gbm"
qt_feature_config("gbm" QMAKE_PUBLIC_QT_CONFIG)
qt_feature("harfbuzz" PUBLIC PRIVATE
LABEL "HarfBuzz"
- CONDITION harfbuzz_FOUND
)
qt_feature_definition("harfbuzz" "QT_NO_HARFBUZZ" NEGATE VALUE "1")
qt_feature("system-harfbuzz" PRIVATE