Commit cce39058 authored by Rafaël Carré's avatar Rafaël Carré

contrib: qt4 can only be cross compiled atm

parent 8505f989
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment