[vlc-commits] contrib: qt: do not build tests

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


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Apr 29 15:56:22 2019 +0200| [bdce11688b92cc248e64b82f58fd06044d4dc0bb] | committer: Steve Lhomme

contrib: qt: do not build tests

+ cleaning

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

 contrib/src/qt/rules.mak | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index 91a72b6b91..d9ea10a581 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -88,7 +88,7 @@ endif
 QT_CONFIG := -static -opensource -confirm-license -no-pkg-config \
 	-no-sql-sqlite -no-gif -qt-libjpeg -no-openssl $(QT_OPENGL) -no-dbus \
 	-no-vulkan -no-sql-odbc -no-pch \
-	-no-compile-examples -nomake examples -qt-zlib
+	-no-compile-examples -nomake examples -nomake tests -qt-zlib
 
 QT_CONFIG += -release
 
@@ -133,5 +133,5 @@ ifdef HAVE_WIN32
 	cd $(PREFIX)/lib/pkgconfig; sed -i.orig -e 's/-llibGLESv2/-llibGLESv2 -ld3d9 -ltranslator -lpreprocessor/g' Qt5Gui.pc
 endif
 	# Install a qmake with correct paths set
-	cd $<; $(MAKE) sub-qmake-qmake-aux-pro-install_subtargets install_mkspecs
+	cd $< && $(MAKE) sub-qmake-qmake-aux-pro-install_subtargets install_mkspecs
 	touch $@



More information about the vlc-commits mailing list