qt5: factor Qt5 version

Since the Qt5 version will be the same for all Qt5 modules, factor it
in qt5/qt5.mk as QT5_VERSION.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Thomas Petazzoni 2013-03-19 09:29:42 +00:00 committed by Peter Korsgaard
parent 20ca008d02
commit 22c4c4b949
2 changed files with 2 additions and 1 deletions

View File

@ -1,3 +1,4 @@
QT5_VERSION = 5.0.1
include package/qt5/*/*.mk
define QT5_LA_PRL_FILES_FIXUP

View File

@ -4,7 +4,7 @@
#
#############################################################
QT5BASE_VERSION = 5.0.1
QT5BASE_VERSION = $(QT5_VERSION)
QT5BASE_SITE = http://releases.qt-project.org/qt5/$(QT5BASE_VERSION)/submodules_tar/
QT5BASE_SOURCE = qtbase-opensource-src-$(QT5BASE_VERSION).tar.xz