[vlc-commits] contrib: qt: provide more config info when building in verbose mode

Steve Lhomme git at videolan.org
Tue Apr 30 09:55:42 CEST 2019


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Apr 24 16:20:38 2019 +0200| [2d7983891b00ba6f6f059b43be635e3bca846ac4] | committer: Steve Lhomme

contrib: qt: provide more config info when building in verbose mode

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2d7983891b00ba6f6f059b43be635e3bca846ac4
---

 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 3e6018c61e..7e0b3219eb 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -84,6 +84,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



More information about the vlc-commits mailing list