Commit 22c4c4b9 authored by Thomas Petazzoni's avatar Thomas Petazzoni Committed by Peter Korsgaard
Browse files

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: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 20ca008d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
QT5_VERSION = 5.0.1
include package/qt5/*/*.mk

define QT5_LA_PRL_FILES_FIXUP
+1 −1
Original line number Diff line number Diff line
@@ -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