vlc/vlc-3.0 | branch: master | Steve Lhomme <[email protected]> | Tue May 15 08:20:40 2018 +0200| [76b042607eaf2010604aadfc8d3824ca2e7e716f] | committer: Steve Lhomme
contrib: qt: do not build debug builds it requires too many tweaks to copy&use the proper target files (cherry picked from commit cdd6324b58b7a70bc2ec4c1293f0085ca21d2639) (rebased) rebased: - the master branch enabled qt-zlib Signed-off-by: Steve Lhomme <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=76b042607eaf2010604aadfc8d3824ca2e7e716f --- contrib/src/qt/rules.mak | 4 ---- 1 file changed, 4 deletions(-) diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak index c5ee5bd251..6be3dc09a0 100644 --- a/contrib/src/qt/rules.mak +++ b/contrib/src/qt/rules.mak @@ -45,11 +45,7 @@ QT_CONFIG := -static -opensource -confirm-license -no-pkg-config \ -no-qml-debug -no-audio-backend -no-sql-odbc -no-pch \ -no-compile-examples -nomake examples -ifndef WITH_OPTIMIZATION -QT_CONFIG += -debug -else QT_CONFIG += -release -endif .qt: qt cd $< && ./configure $(QT_PLATFORM) $(QT_CONFIG) -prefix $(PREFIX) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
