summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-04 11:26:05 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-08-04 15:04:12 +0200
commit80805feb2d9ee2c433a02854f4a2358dc7932d39 (patch)
treecfa862d191d998959817f94f5b919737fc12f067 /.cmake.conf
parent7b198813d20548505701131d1745118b2ad78155 (diff)
Mark the module free of Q_FOREACH ... again
This restores the QT_NO_FOREACH macro originally added in 10c080521c525e1729b23dfa0afd08a1428f40d0 and then lost in the cmake port. Luckily, no new uses have crept in in the meantime. Change-Id: Iff976f991181c8ed75caa0d7a0969bd2dd55d90e 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 e17d1c4c3..734bc2d5f 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")