From f893131b8d03a2d58afe595c5f5d6bb3ba2763a6 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 4 Aug 2015 19:17:01 +0300 Subject: [PATCH] Less verbose compilation output. Closes #3565. --- src/src.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.pro b/src/src.pro index d036288a0..333160ad9 100644 --- a/src/src.pro +++ b/src/src.pro @@ -1,6 +1,6 @@ # Global TEMPLATE = app -CONFIG += qt thread +CONFIG += qt thread silent # Windows specific configuration win32: include(../winconf.pri)