summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-04 17:55:54 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-08-07 11:43:06 +0200
commitbc3675bab0b71d23f884f29e29265b71c2e23c3c (patch)
tree4d27c232b978c566c348b1ab1221af87842d8b62 /.cmake.conf
parent110d72098ab9d910d38dda7da61fe5abfe0eaa63 (diff)
Mark the module free of Q_FOREACH ... again
This restores the QT_NO_FOREACH macro originally added in 279d63c4f6632237e6a0d9c4be91b466876c260a and then lost in the cmake port. Luckily, no new uses have crept in in the meantime. Change-Id: I005b9f5b90d26c24825e0a01cf12f978f12c080c Reviewed-by: Ivan Solovev <ivan.solovev@qt.io>
Diffstat (limited to '.cmake.conf')
-rw-r--r--.cmake.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/.cmake.conf b/.cmake.conf
index e17d1c4..734bc2d 100644
--- a/.cmake.conf
+++ b/.cmake.conf
@@ -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")