CMake: remove QT_EDITION from qconfig.pri

QT_EDITION is not used anywhere in Qt6, stop
adding it to qconfig.pri.

Packaging currently unnecessarily patches
the edition when handling the first steps after
integration and again during install time.

Pick-to: 6.7 6.5 6.2
Change-Id: I0ad1933ec8fea741796fdf6d13f627a657aac401
Reviewed-by:  Alexey Edelev <alexey.edelev@qt.io>
Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Reviewed-by: Iikka Eklund <iikka.eklund@qt.io>
bb10
Antti Kokko 2024-04-23 15:17:03 +03:00
parent 468cb035ef
commit d04deafed9
1 changed files with 0 additions and 2 deletions

View File

@ -804,8 +804,6 @@ QT_PATCH_VERSION = ${PROJECT_VERSION_PATCH}
list(APPEND extra_statements "QT_ARCHS = ${architectures}")
endif()
list(APPEND extra_statements "QT_EDITION = Open Source")
if(WASM)
list(APPEND extra_statements
"QT_EMCC_VERSION = ${EMCC_VERSION}")