summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-03 22:23:26 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-08-04 15:03:08 +0200
commita87053f5d482b61113f0ce7400a621ceca17007e (patch)
treefdffd94453190227da44c18fcd6f5edbadef6a98 /.cmake.conf
parente1d9e8f113ee8ce945e929c67eb6e535522e9657 (diff)
Mark the module free of Q_FOREACH ... again
This restores the QT_NO_FOREACH macro originally added in 633f77e8e980996b095102ed462ffd228291b7fe 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>
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")