[vlc-commits] contribs: qt: Disable PCH
Hugo Beauzée-Luyssen
git at videolan.org
Tue Aug 30 17:12:43 CEST 2016
vlc/vlc-2.2 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Aug 30 17:12:07 2016 +0200| [5d7ebf65718e36f6356761175db2f5f850c4898c] | committer: Hugo Beauzée-Luyssen
contribs: qt: Disable PCH
> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.2.git/?a=commit;h=5d7ebf65718e36f6356761175db2f5f850c4898c
---
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 bd5ad43..79a003e 100644
--- a/contrib/src/qt/rules.mak
+++ b/contrib/src/qt/rules.mak
@@ -35,7 +35,7 @@ QT_PLATFORM := -xplatform win32-g++ -device-option CROSS_COMPILE=$(HOST)-
endif
.qt: qt
- cd $< && ./configure $(QT_PLATFORM) -static -release -no-sql-sqlite -no-gif -qt-libjpeg -no-openssl -no-opengl -opensource -confirm-license
+ cd $< && ./configure $(QT_PLATFORM) -static -release -no-sql-sqlite -no-gif -qt-libjpeg -no-openssl -no-opengl -opensource -confirm-license -no-pch
cd $< && $(MAKE) sub-src
# INSTALLING LIBRARIES
for lib in Widgets Gui Core; \
More information about the vlc-commits
mailing list