diff options
| author | Alexandru Croitor <[email protected]> | 2020-03-02 16:54:07 +0100 |
|---|---|---|
| committer | Alexandru Croitor <[email protected]> | 2020-03-04 16:16:27 +0000 |
| commit | d50b22e75df0e0fcecf987813b873e717a225e66 (patch) | |
| tree | e006df1523dd130e011725ae394a8b114316b5c4 /src | |
| parent | aa5e43d49169fce27821c1296a0c80966786c138 (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 <[email protected]>
Reviewed-by: Joerg Bornemann <[email protected]>
Diffstat (limited to 'src')
| -rw-r--r-- | src/gui/configure.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/configure.cmake b/src/gui/configure.cmake index 7b3cd14ce49..c7a11e2b1e8 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 |
