Add QT_NO_FOREACH define.

This commit is contained in:
Roman Telezhynskyi 2023-01-05 15:54:19 +02:00
parent 3bba41c07c
commit b8c200954a

View file

@ -72,7 +72,8 @@ Module {
// We need this information also in release builds. For this need define QT_MESSAGELOGCONTEXT.
"QT_MESSAGELOGCONTEXT",
"QBS_BUILD"
"QBS_BUILD",
"QT_NO_FOREACH"
];
if (qbs.targetOS.contains("unix")) {