blob: f9037da825e02bb8dc10f1654bc3ac7b3fb68230 (
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 = "3eeb545694657a30a93c9aa8ce49d5015861c119"
|