Add QT_NO_FOREACH define.
This commit is contained in:
parent
3bba41c07c
commit
b8c200954a
|
@ -72,7 +72,8 @@ Module {
|
||||||
// We need this information also in release builds. For this need define QT_MESSAGELOGCONTEXT.
|
// We need this information also in release builds. For this need define QT_MESSAGELOGCONTEXT.
|
||||||
"QT_MESSAGELOGCONTEXT",
|
"QT_MESSAGELOGCONTEXT",
|
||||||
|
|
||||||
"QBS_BUILD"
|
"QBS_BUILD",
|
||||||
|
"QT_NO_FOREACH"
|
||||||
];
|
];
|
||||||
|
|
||||||
if (qbs.targetOS.contains("unix")) {
|
if (qbs.targetOS.contains("unix")) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user