diff options
| author | Marc Mutz <[email protected]> | 2023-08-04 21:25:13 +0200 |
|---|---|---|
| committer | Marc Mutz <[email protected]> | 2023-08-05 18:14:02 +0200 |
| commit | 6b3ac4bc4a95cb577f632fe31342f33a6dc86905 (patch) | |
| tree | 5a4a1515c839856c4b096add7fe2f486027b01a0 | |
| parent | 8594f5eaf1f1f905d2f7823586bd4a85f594e8f4 (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 <[email protected]>
| -rw-r--r-- | .cmake.conf | 1 |
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") |
