summaryrefslogtreecommitdiffstats
path: root/util/cmake/configurejson2cmake.py
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 /util/cmake/configurejson2cmake.py
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 'util/cmake/configurejson2cmake.py')
-rwxr-xr-xutil/cmake/configurejson2cmake.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/cmake/configurejson2cmake.py b/util/cmake/configurejson2cmake.py
index f22ff2a3c6c..8e252703491 100755
--- a/util/cmake/configurejson2cmake.py
+++ b/util/cmake/configurejson2cmake.py
@@ -717,7 +717,6 @@ def parseFeature(ctx, feature, data, cm_fh):
"disable": "NOT TEST_posix_iconv OR TEST_iconv_needlib",
},
"GNUmake": None,
- "harfbuzz": {"condition": "harfbuzz_FOUND"},
"host-dbus": None,
"iconv": {
"condition": "NOT QT_FEATURE_icu AND QT_FEATURE_textcodec AND ( TEST_posix_iconv OR TEST_sun_iconv )"