Commit 4fe23bae authored by Felix Paul Kühne's avatar Felix Paul Kühne

contribs: introduce 'QT4_MAC_VERSION' as 4.3.4 isn't available as Open-Source download for Mac OS X

parent ae999937
......@@ -1522,10 +1522,10 @@ DISTCLEAN_PKG += qt-win-opensource-$(QT4T_VERSION)-mingw.exe
# qt4 (source-code compilation for Mac)
# ***************************************************************************
qt-mac-opensource-src-$(QT4_VERSION).tar.gz:
qt-mac-opensource-src-$(QT4_MAC_VERSION).tar.gz:
$(WGET) $(QT4_MAC_URL)
qt4_mac: qt-mac-opensource-src-$(QT4_VERSION).tar.gz
qt4_mac: qt-mac-opensource-src-$(QT4_MAC_VERSION).tar.gz
$(EXTRACT_GZ)
.qt4_mac: qt4_mac
......@@ -1534,7 +1534,7 @@ qt4_mac: qt-mac-opensource-src-$(QT4_VERSION).tar.gz
CLEAN_FILE += .qt4_mac
CLEAN_PKG += qt4_mac
DISTCLEAN_PKG += qt-mac-opensource-src-$(QT4_VERSION).tar.gz
DISTCLEAN_PKG += qt-mac-opensource-src-$(QT4_MAC_VERSION).tar.gz
# ***************************************************************************
# zlib
......
......@@ -176,7 +176,8 @@ WXWIDGETS_VERSION=2.6.4
WXWIDGETS_URL=$(SF)/wxwindows/wxWidgets-$(WXWIDGETS_VERSION).tar.gz
QT4_VERSION=4.3.4
QT4_URL=$(VIDEOLAN)/testing/contrib/qt4-$(QT4_VERSION)-win32-bin.tar.bz2
QT4_MAC_URL=ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-src-$(QT4_VERSION).tar.gz
QT4_MAC_VERSION=4.3.3
QT4_MAC_URL=ftp://ftp.trolltech.com/qt/source/qt-mac-opensource-src-$(QT4_MAC_VERSION).tar.gz
QT4T_VERSION=4.3.2
QT4T_URL=ftp://ftp.trolltech.com/pub/qt/source/qt-win-opensource-$(QT4T_VERSION)-mingw.exe
ZLIB_VERSION=1.2.3
......
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