[vlc-devel] [PATCH 3.0 28/41] contrib: qt: provide more config info when building in verbose mode
Steve Lhomme
robux4 at ycbcr.xyz
Tue Jul 7 15:11:27 CEST 2020
(cherry picked from commit 2d7983891b00ba6f6f059b43be635e3bca846ac4)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>
---
contrib/src/qt/rules.mak | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index 166a42a97f..9522f5d9a7 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -69,6 +69,10 @@ QT_CONFIG := -static -opensource -confirm-license -no-pkg-config \
QT_CONFIG += -release
+ifeq ($(V),1)
+QT_CONFIG += -verbose
+endif
+
ifdef HAVE_MINGW_W64
QT_CONFIG += -no-direct2d
endif
--
2.26.2
More information about the vlc-devel
mailing list