diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2010-11-22 23:16:18 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-11-22 23:27:18 +0100 |
commit | f53c46ffb27ea2a687def2fa40be942714b4e851 (patch) | |
tree | f64e504a80967f88f2cbe33febecadfaf49d9f78 /package/qt/qt.mk | |
parent | d8de970bae3744fe830e96a1ae0c4aff6ce47ba1 (diff) | |
download | buildroot-novena-f53c46ffb27ea2a687def2fa40be942714b4e851.tar.gz buildroot-novena-f53c46ffb27ea2a687def2fa40be942714b4e851.zip |
qt: bump to 4.7.1
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt/qt.mk')
-rw-r--r-- | package/qt/qt.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk index a18ebd469..e344259ae 100644 --- a/package/qt/qt.mk +++ b/package/qt/qt.mk @@ -12,7 +12,7 @@ # ###################################################################### -QT_VERSION:=4.7.0 +QT_VERSION:=4.7.1 QT_SOURCE:=qt-everywhere-opensource-src-$(QT_VERSION).tar.gz QT_SITE:=http://get.qt.nokia.com/qt/source QT_CAT:=$(ZCAT) |