diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-03 16:58:41 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-07-03 16:58:41 +0200 |
commit | 8a0d1fd1932ebe48b19e327e2441e518252af12d (patch) | |
tree | 97e6c979937d14e8f38c2c0f57f1401cb6e2723e /package | |
parent | ed6697339721e85a8f59feab0e4deaab8447a9bf (diff) | |
download | buildroot-novena-8a0d1fd1932ebe48b19e327e2441e518252af12d.tar.gz buildroot-novena-8a0d1fd1932ebe48b19e327e2441e518252af12d.zip |
qt: bump version
For details, see http://blog.qt.digia.com/blog/2013/07/02/qt-4-8-5-released/
Also move to the (current?) official download location, as the previous
location doesn't have 4.8.5.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/qt/qt.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk index 71b9e4ce9..9325b566f 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -11,9 +11,9 @@ # ################################################################################ -QT_VERSION = 4.8.4 +QT_VERSION = 4.8.5 QT_SOURCE = qt-everywhere-opensource-src-$(QT_VERSION).tar.gz -QT_SITE = http://releases.qt-project.org/qt4/source +QT_SITE = http://download.qt-project.org/official_releases/qt/4.8/$(QT_VERSION) QT_DEPENDENCIES = host-pkgconf QT_INSTALL_STAGING = YES |