Files
tqma6-yocto-mirror/sources/meta-qt6/recipes-qt/packagegroups/packagegroup-qt6-commercial-modules.bb

17 lines
363 B
BlitzBasic
Raw Normal View History

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 \
qtinsighttracker \
qtvncserver \
${@'squish' if bb.utils.to_boolean(d.getVar('USE_SQUISH')) else ''} \
"