mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
qt5charts: allow to build with qt5.6
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 <gael.portay@savoirfairelinux.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
cec133e873
commit
c6b66b1480
@ -1,9 +1,5 @@
|
|||||||
comment "qt5charts needs at least qt-5.7"
|
|
||||||
depends on !BR2_PACKAGE_QT5_VERSION_LATEST
|
|
||||||
|
|
||||||
config BR2_PACKAGE_QT5CHARTS
|
config BR2_PACKAGE_QT5CHARTS
|
||||||
bool "qt5charts"
|
bool "qt5charts"
|
||||||
depends on BR2_PACKAGE_QT5_VERSION_LATEST
|
|
||||||
select BR2_PACKAGE_QT5BASE
|
select BR2_PACKAGE_QT5BASE
|
||||||
select BR2_PACKAGE_QT5BASE_GUI
|
select BR2_PACKAGE_QT5BASE_GUI
|
||||||
select BR2_PACKAGE_QT5BASE_WIDGETS
|
select BR2_PACKAGE_QT5BASE_WIDGETS
|
||||||
|
@ -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
|
# 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
|
sha256 4f0d577bf73dd2bbb2765c2cfb493a2d68790fc2c64f42544d31dba806321ec9 qtcharts-everywhere-src-5.10.1.tar.xz
|
||||||
|
|
||||||
|
@ -4,7 +4,12 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
|
# Qt5Charts does not follow Qt versionning for 5.6
|
||||||
|
ifeq ($(BR2_PACKAGE_QT5_VERSION_LATEST),y)
|
||||||
QT5CHARTS_VERSION = $(QT5_VERSION)
|
QT5CHARTS_VERSION = $(QT5_VERSION)
|
||||||
|
else
|
||||||
|
QT5CHARTS_VERSION = 2.1.3
|
||||||
|
endif
|
||||||
QT5CHARTS_SITE = $(QT5_SITE)
|
QT5CHARTS_SITE = $(QT5_SITE)
|
||||||
QT5CHARTS_SOURCE = qtcharts-$(QT5_SOURCE_TARBALL_PREFIX)-$(QT5CHARTS_VERSION).tar.xz
|
QT5CHARTS_SOURCE = qtcharts-$(QT5_SOURCE_TARBALL_PREFIX)-$(QT5CHARTS_VERSION).tar.xz
|
||||||
QT5CHARTS_DEPENDENCIES = qt5base
|
QT5CHARTS_DEPENDENCIES = qt5base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user