[vlc-commits] contrib: qt4 can only be cross compiled atm
Rafaël Carré
git at videolan.org
Tue Nov 8 19:08:33 CET 2011
vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue Nov 8 13:08:15 2011 -0500| [cce39058fc612fec21156579dca80eee04b72c4c] | committer: Rafaël Carré
contrib: qt4 can only be cross compiled atm
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cce39058fc612fec21156579dca80eee04b72c4c
---
contrib/src/qt4/rules.mak | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/contrib/src/qt4/rules.mak b/contrib/src/qt4/rules.mak
index ef5d91d..0803167 100644
--- a/contrib/src/qt4/rules.mak
+++ b/contrib/src/qt4/rules.mak
@@ -4,9 +4,12 @@ QT4_VERSION = 4.7.4
QT4_URL := http://download.qt.nokia.com/qt/source/qt-everywhere-opensource-src-$(QT4_VERSION).tar.gz
# FIXME : OSX build
+# FIXME : native win32 build
+ifdef HAVE_CROSS_COMPILE
ifdef HAVE_WIN32
PKGS += qt4
endif
+endif
ifeq ($(call need_pkg,"QtCore QtGui"),)
PKGS_FOUND += qt4
More information about the vlc-commits
mailing list