Skip to content

Commit

Permalink
qt5charts: allow to build with qt5.6
Browse files Browse the repository at this point in the history
This module is available for Qt 5.6 since version 5.6.3 under the
version number 2.1.3.

Signed-off-by: Gaël PORTAY <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
gportay authored and tpetazzoni committed Jun 25, 2018
1 parent cec133e commit c6b66b1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package/qt5/qt5charts/Config.in
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
comment "qt5charts needs at least qt-5.7"
depends on !BR2_PACKAGE_QT5_VERSION_LATEST

config BR2_PACKAGE_QT5CHARTS
bool "qt5charts"
depends on BR2_PACKAGE_QT5_VERSION_LATEST
select BR2_PACKAGE_QT5BASE
select BR2_PACKAGE_QT5BASE_GUI
select BR2_PACKAGE_QT5BASE_WIDGETS
Expand Down
3 changes: 3 additions & 0 deletions package/qt5/qt5charts/qt5charts.hash
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Hash from: https://download.qt.io/official_releases/qt/5.6/5.6.3/submodules/qtcharts-opensource-src-2.1.3.tar.xz.mirrorlist
sha256 f636a9b1c255f678f11b36cd73abc807d16dae0c31ecbc75c09524703aae7d2f qtcharts-opensource-src-2.1.3.tar.xz

# Hash from: https://download.qt.io/official_releases/qt/5.10/5.10.1/submodules/qtcharts-everywhere-src-5.10.1.tar.xz.mirrorlist
sha256 4f0d577bf73dd2bbb2765c2cfb493a2d68790fc2c64f42544d31dba806321ec9 qtcharts-everywhere-src-5.10.1.tar.xz

Expand Down
5 changes: 5 additions & 0 deletions package/qt5/qt5charts/qt5charts.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
#
################################################################################

# Qt5Charts does not follow Qt versionning for 5.6
ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
QT5CHARTS_VERSION = $(QT5_VERSION)
else
QT5CHARTS_VERSION = 2.1.3
endif
QT5CHARTS_SITE = $(QT5_SITE)
QT5CHARTS_SOURCE = qtcharts-$(QT5_SOURCE_TARBALL_PREFIX)-$(QT5CHARTS_VERSION).tar.xz
QT5CHARTS_DEPENDENCIES = qt5base
Expand Down

0 comments on commit c6b66b1

Please sign in to comment.