1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: make compiler output more verbose.
Undo upstream commit 6ad7cd79e325fbe5cabde72960da32abda56eda6 to allow
build options scanners to keep operating properly.
Author: Étienne Mollier <emollier@debian.org>
Forwarded: not-needed
Last-Update: 2025-10-01
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- edfbrowser.orig/edfbrowser.pro
+++ edfbrowser/edfbrowser.pro
@@ -44,7 +44,6 @@
CONFIG += release
CONFIG += static
CONFIG += largefile
-CONFIG += silent
QT += network
contains(QT_MAJOR_VERSION, 6) {
|