From d47468c005f31db56932a8fdd6f0f2e8bbe85a5f Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Wed, 14 Aug 2013 12:15:10 +0200 Subject: [PATCH] Qt4: fix download location Fixes #836. --- qt4/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qt4/Makefile b/qt4/Makefile index ee15962f3..f7cff2dbb 100644 --- a/qt4/Makefile +++ b/qt4/Makefile @@ -15,7 +15,7 @@ REP_DIR := $(realpath .) include $(REP_DIR)/lib/mk/qt_version.inc -QT4_URL = http://releases.qt-project.org/qt4/source +QT4_URL = http://download.qt-project.org/archive/qt/4.8/4.8.4 QT4_TGZ = $(QT4).tar.gz QTSCRIPTCLASSIC_URL = http://ftp.heanet.ie/mirrors/ftp.trolltech.com/pub/qt/solutions/lgpl