summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-04 21:25:13 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-08-05 18:14:02 +0200
commit6b3ac4bc4a95cb577f632fe31342f33a6dc86905 (patch)
tree5a4a1515c839856c4b096add7fe2f486027b01a0 /.cmake.conf
parent8594f5eaf1f1f905d2f7823586bd4a85f594e8f4 (diff)
Mark the module free of Q_FOREACH ... again
This restores the QT_NO_FOREACH macro originally added in 67580ae6e2f75d93aae1e3412bf9c042b2992320 and then lost in the cmake port. Luckily, no new uses have crept in in the meantime. Change-Id: Id7af4c99096dbe25b40082ee9f1e3bd000153f32 Reviewed-by: Christian Strømme <christian.stromme@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")