Skip to content

Commit

Permalink
Fix runtime compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Sep 20, 2024
1 parent 717c7c9 commit ab4b5e5
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 @@ -12,7 +12,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 ab4b5e5

Please sign in to comment.