aboutsummaryrefslogtreecommitdiffstats
path: root/share/qbs/modules/cpp/msvc.js
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2013-11-20 14:41:13 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2013-11-20 14:46:14 +0100
commit9d0a5b9ac770ca69fcb198ceaf02a39f3c72f6a2 (patch)
tree4664ff654e55121cc7ce228d732a41994494bcb1 /share/qbs/modules/cpp/msvc.js
parente5e685145e0fb3b69675fcda148d3335e8661fd5 (diff)
Make MSVC manifest embedding preparation command silent.
It does not warrant an output. Change-Id: I9b01775c8a1a11cf81f0b857c8070d24b18ef5ed Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'share/qbs/modules/cpp/msvc.js')
-rw-r--r--share/qbs/modules/cpp/msvc.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/qbs/modules/cpp/msvc.js b/share/qbs/modules/cpp/msvc.js
index 01986c16e..26d38ad3d 100644
--- a/share/qbs/modules/cpp/msvc.js
+++ b/share/qbs/modules/cpp/msvc.js
@@ -216,6 +216,7 @@ function prepareLinker(product, inputs, outputs, libraryPaths, dynamicLibraries,
cmd.sourceCode = function() {
File.copy(src, dst);
}
+ cmd.silent = true
commands.push(cmd);
args = [
'/nologo', '/manifest', manifestFileName,