summaryrefslogtreecommitdiffstats
path: root/package/qt/qt.mk
diff options
context:
space:
mode:
authorPeter Korsgaard2009-12-14 17:00:24 +0100
committerPeter Korsgaard2009-12-14 17:01:32 +0100
commit77ea6b03f5afee3917437185cf5e9f8038327a04 (patch)
treea5a2d52fa72c493b45d636f0de3b6981ab4a3132 /package/qt/qt.mk
parentpackage/qt: add font selection (diff)
downloadbuildroot-77ea6b03f5afee3917437185cf5e9f8038327a04.tar.gz
buildroot-77ea6b03f5afee3917437185cf5e9f8038327a04.tar.xz
buildroot-77ea6b03f5afee3917437185cf5e9f8038327a04.zip
package/qt: fix download URL
get.qtsoftware.com doesn't seem to work any more. The links on the Qt website now points to get.qt.nokia.com, so use that instead. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt/qt.mk')
-rw-r--r--package/qt/qt.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index d69930b4b..105998fc5 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -14,7 +14,7 @@
QT_VERSION:=4.5.2
QT_SOURCE:=qt-embedded-linux-opensource-src-$(QT_VERSION).tar.bz2
-QT_SITE:=http://get.qtsoftware.com/qt/source
+QT_SITE:=http://get.qt.nokia.com/qt/source
QT_CAT:=$(BZCAT)
QT_TARGET_DIR:=$(BUILD_DIR)/qt-embedded-linux-opensource-src-$(QT_VERSION)