Description: force a verbose build
Author: Alexandre Detiste
Forwarded: not-needed
Last-Update: 2023-11-15

diff --git a/qtads.pro b/qtads.pro
index 21d5cd3..49de12f 100644
--- a/qtads.pro
+++ b/qtads.pro
@@ -1,7 +1,7 @@
 QT += network svg widgets
 QT_CONFIG -= no-pkg-config
 TEMPLATE = app
-CONFIG += silent warn_off strict_c strict_c++ c11 c++1z gc_binaries
+CONFIG += warn_off strict_c strict_c++ c11 c++1z gc_binaries
 
 VERSION_MAJOR = 3
 VERSION_MINOR = 4
