blob: 17479e2f7270c0ce77e54a12a12139478e1b315b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require qt5.inc
require qt5-git.inc
LICENSE = "LGPL-3.0 | GPL-3.0 | The-Qt-Company-Commercial"
LIC_FILES_CHKSUM = " \
file://LICENSE.LGPLv3;md5=e0459b45c5c4840b353141a8bbed91f0 \
file://LICENSE.GPLv3;md5=88e2b9117e6be406b5ed6ee4ca99a705 \
file://LICENSE.GPLv2;md5=c96076271561b0e3785dad260634eaa8 \
"
DEPENDS = "qtdeclarative"
SRCREV = "a1aee8ecbefb74cd5eae380ced56bb43ff3cc40b"
|