Mark the module free of Q_FOREACH ... again

This restores the QT_NO_FOREACH macro originally added in
633f77e8e9 and then lost in the cmake
port.

Luckily, no new uses have crept in in the meantime.

Change-Id: I0e4c42b54559457e981a380c6292cbd78ef574eb
Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
This commit is contained in:
Marc Mutz 2023-08-03 22:23:26 +02:00
parent e1d9e8f113
commit a87053f5d4
1 changed files with 1 additions and 0 deletions

View File

@ -1,3 +1,4 @@
set(QT_REPO_MODULE_VERSION "6.7.0")
set(QT_REPO_MODULE_PRERELEASE_VERSION_SEGMENT "alpha1")
set(QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_AS_CONST=1")
list(APPEND QT_EXTRA_INTERNAL_TARGET_DEFINES "QT_NO_FOREACH=1")