summaryrefslogtreecommitdiffstats
path: root/package/qt/qt.mk
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2010-11-08 09:48:31 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2010-11-08 09:48:31 +0100
commit61881e8d30ab4ca7cb7f0a55be31bdb5ecbe0d37 (patch)
tree5f64d5bda4d7c0ad1364c66a118215c7858cbc4d /package/qt/qt.mk
parent92171012410b436de66f3c56c8362142c4e7e93e (diff)
downloadbuildroot-novena-61881e8d30ab4ca7cb7f0a55be31bdb5ecbe0d37.tar.gz
buildroot-novena-61881e8d30ab4ca7cb7f0a55be31bdb5ecbe0d37.zip
qt: bump version
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/qt/qt.mk')
-rw-r--r--package/qt/qt.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index 92f1253c7..a18ebd469 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -1,6 +1,6 @@
######################################################################
#
-# Qt Embedded for Linux 4.6
+# Qt Embedded for Linux
# http://www.qtsoftware.com/
#
# This makefile was originally composed by Thomas Lundquist <thomasez@zelow.no>
@@ -12,7 +12,7 @@
#
######################################################################
-QT_VERSION:=4.6.3
+QT_VERSION:=4.7.0
QT_SOURCE:=qt-everywhere-opensource-src-$(QT_VERSION).tar.gz
QT_SITE:=http://get.qt.nokia.com/qt/source
QT_CAT:=$(ZCAT)