aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt6/qtcharts_git.bb
blob: a02a7f09415ca57d3b3d03ae59a349ec54fb2814 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
LICENSE = "GPL-3.0 | The-Qt-Company-Commercial"
LIC_FILES_CHKSUM = " \
    file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
"

inherit qt6-cmake

include recipes-qt/qt6/qt6-git.inc
include recipes-qt/qt6/qt6.inc

DEPENDS += "qtbase"

PACKAGECONFIG ?= "qml"
PACKAGECONFIG[qml] = ",,qtdeclarative"

SRCREV = "736ab8ad92c0afd091c25d342057f6d71ec3ef3a"