summaryrefslogtreecommitdiffstats
path: root/.cmake.conf
diff options
context:
space:
mode:
authorMarc Mutz <marc.mutz@qt.io>2023-08-04 18:22:10 +0200
committerMarc Mutz <marc.mutz@qt.io>2023-08-07 11:45:55 +0200
commitb777c4bb3c177dd23fdbbb897c68de6a30b0a804 (patch)
tree58591d788a470b039e4bcafd3b350501972969d9 /.cmake.conf
parent45c1a38f337eabb91958f066399f014e8532e2b0 (diff)
Mark the module free of Q_FOREACH ... again
This restores the QT_NO_FOREACH macro originally added in 4ddf002692648264b7e6c8cb3df3758e68fe81fa and then lost in the cmake port. Luckily, no new uses have crept in in the meantime. Change-Id: Ic2ab88afeb11ab15cae92d23e2a6ef9a2525dec1 Reviewed-by: David Edmundson <davidedmundson@kde.org>
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")