aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-qt/packagegroups/packagegroup-qt6-commercial-modules.bb
blob: 96b9b69070628b8197deccaa230835696e34d73f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
DESCRIPTION = "Qt6 commercial addon modules"
LICENSE = "MIT"

PACKAGE_ARCH = "${MACHINE_ARCH}"

inherit packagegroup
include recipes-qt/qt6/qt6-commercial.inc

PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"

RDEPENDS:${PN} += " \
    qmlcompilerplus \
    qtvncserver \
"