From d04acd651ebef0f9e878e6ea598ad561d8ae4bb1 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 14 Jan 2013 12:23:20 +0100 Subject: [PATCH] Qt4: get source code from mirror server Related to issue #613 --- qt4/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qt4/Makefile b/qt4/Makefile index d7e37e1f26..b88aa90575 100644 --- a/qt4/Makefile +++ b/qt4/Makefile @@ -15,10 +15,10 @@ REP_DIR := $(realpath .) include $(REP_DIR)/lib/mk/qt_version.inc -QT4_URL = ftp://ftp.trolltech.com/qt/source +QT4_URL = http://ftp.heanet.ie/mirrors/ftp.trolltech.com/pub/qt/source QT4_TGZ = $(QT4).tar.gz -QTSCRIPTCLASSIC_URL = http://get.qt.nokia.com/qt/solutions/lgpl +QTSCRIPTCLASSIC_URL = http://ftp.heanet.ie/mirrors/ftp.trolltech.com/pub/qt/solutions/lgpl QTSCRIPTCLASSIC = qtscriptclassic-1.0_1-opensource QTSCRIPTCLASSIC_TGZ = $(QTSCRIPTCLASSIC).tar.gz