summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorAntti Kokko <antti.kokko@qt.io>2024-04-23 15:17:03 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-26 09:53:22 +0000
commiteb0c781bde358a54598236eac678cac2ddd6288d (patch)
tree283b99ce4c39ade2eb7b50eec1c562409442c642 /cmake
parentf17ff4be2c11ea1b8dae8b603574ba6741c0d6a7 (diff)
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.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> (cherry picked from commit d04deafed932d955e2e94324ec5b1a261fdb3332) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QtPriHelpers.cmake2
1 files changed, 0 insertions, 2 deletions
diff --git a/cmake/QtPriHelpers.cmake b/cmake/QtPriHelpers.cmake
index 0151fcb77b..fd7bc040b5 100644
--- a/cmake/QtPriHelpers.cmake
+++ b/cmake/QtPriHelpers.cmake
@@ -807,8 +807,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}")