[vlc-devel] [PATCH 18/19] contrib: qt: make sure we don't build shared libraries

Steve Lhomme robux4 at videolabs.io
Wed Jun 14 14:02:07 CEST 2017


---
 contrib/src/qt/rules.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/src/qt/rules.mak b/contrib/src/qt/rules.mak
index dbfa5063ca..15d45c0772 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -38,7 +38,7 @@ QT_PLATFORM := -platform win32-g++
 endif
 endif
 
-QT_CONFIG := -static -release -no-debug -opensource -confirm-license -no-pkg-config \
+QT_CONFIG := -static -no-shared -release -no-debug -opensource -confirm-license -no-pkg-config \
 	-no-sql-sqlite -no-gif -qt-libjpeg -no-openssl -no-opengl -no-dbus \
 	-no-qml-debug -no-audio-backend -no-sql-odbc -no-pch \
 	-no-compile-examples -nomake examples
-- 
2.12.1



More information about the vlc-devel mailing list