aboutsummaryrefslogtreecommitdiffstats
path: root/qbs/modules/qtc/qtc.qbs
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@qt.io>2018-01-19 13:23:47 +0100
committerChristian Kandeler <christian.kandeler@qt.io>2018-01-19 14:36:44 +0000
commit51ddd4bcfda39ac7acc2dabfd78494b8cdf839e8 (patch)
tree8dea7a77cbf8d59bab0185eb3e81a50a2028d16a /qbs/modules/qtc/qtc.qbs
parent56157f739d8547c0abf1500ef3a696531f3e9338 (diff)
qbs build: Suppress some warnings
Like in the qmake build. Change-Id: I7dc4a42bf3e4394a4fb6a579646d806f80fa3e96 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'qbs/modules/qtc/qtc.qbs')
-rw-r--r--qbs/modules/qtc/qtc.qbs1
1 files changed, 1 insertions, 0 deletions
diff --git a/qbs/modules/qtc/qtc.qbs b/qbs/modules/qtc/qtc.qbs
index a710ad05ab1..9a669ccfc0f 100644
--- a/qbs/modules/qtc/qtc.qbs
+++ b/qbs/modules/qtc/qtc.qbs
@@ -85,6 +85,7 @@ Module {
"QT_USE_FAST_OPERATOR_PLUS",
"QT_USE_FAST_CONCATENATION",
].concat(testsEnabled ? ["WITH_TESTS"] : [])
+ .concat(qbs.toolchain.contains("msvc") ? ["_CRT_SECURE_NO_WARNINGS"] : [])
Rule {
condition: make_dev_package