We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f10bf1 commit dfd477dCopy full SHA for dfd477d
qbs-resources/imports/QbsProduct.qbs
@@ -19,7 +19,7 @@ Product {
19
"QT_WARN_DEPRECATED_UP_TO=0x060700"
20
];
21
if (qbs.toolchain.contains("msvc"))
22
- res.push("_SCL_SECURE_NO_WARNINGS");
+ res.push("_SCL_SECURE_NO_WARNINGS", "_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR");
23
if (qbs.enableDebugCode)
24
res.push("QT_STRICT_ITERATORS");
25
return res;
0 commit comments