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>
This commit is contained in:
parent
aa5e43d491
commit
d50b22e75d
@ -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
|
||||
|
@ -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 )"
|
||||
|
Loading…
Reference in New Issue
Block a user