17 lines
363 B
BlitzBasic
17 lines
363 B
BlitzBasic
|
|
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 ''} \
|
||
|
|
"
|