Skip to content

Commit

Permalink
Fix runtime compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Oct 11, 2024
1 parent a7bcf32 commit 66547b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qbs-resources/imports/QbsProduct.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Product {
"QT_NO_PROCESS_COMBINED_ARGUMENT_START"
];
if (qbs.toolchain.contains("msvc"))
res.push("_SCL_SECURE_NO_WARNINGS");
res.push("_SCL_SECURE_NO_WARNINGS", "_DISABLE_CONSTEXPR_MUTEX_CONSTRUCTOR");
if (qbs.enableDebugCode)
res.push("QT_STRICT_ITERATORS");
return res;
Expand Down

0 comments on commit 66547b3

Please sign in to comment.