mirror of
https://github.com/thead-yocto-mirror/meta-qt5
synced 2026-09-18 13:11:55 +02:00
15 lines
347 B
BlitzBasic
15 lines
347 B
BlitzBasic
require qt5.inc
|
|
require qt5-git.inc
|
|
|
|
LICENSE = "GFDL-1.3 & BSD & GPL-3.0 | The-Qt-Company-Commercial"
|
|
LIC_FILES_CHKSUM = " \
|
|
file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
|
|
"
|
|
|
|
PACKAGECONFIG ?= "qtdeclarative"
|
|
PACKAGECONFIG[qtdeclarative] = ",,qtdeclarative"
|
|
|
|
DEPENDS += "qtbase"
|
|
|
|
SRCREV = "1d2ba407d26c6c7005e38fe9cec6d0a0ce405309"
|