mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-04 16:10:12 +00:00
QtTools tool package has few misc runtime tools that may be useful during development. Pick-to: 6.9 6.8 Change-Id: I35f88c4f98d64d2aa761c19e39ec4a985f5bd1c5 Reviewed-by: Ari Parkkila <ari.parkkila@qt.io>
19 lines
333 B
BlitzBasic
19 lines
333 B
BlitzBasic
DESCRIPTION = "Qt6 essential modules"
|
|
LICENSE = "MIT"
|
|
|
|
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
|
|
|
inherit packagegroup
|
|
|
|
PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
|
|
|
|
RDEPENDS:${PN} += " \
|
|
qtbase \
|
|
qtdeclarative \
|
|
qtdeclarative-tools \
|
|
qttools \
|
|
qttools-tools \
|
|
qttranslations-qtbase \
|
|
qttranslations-qtdeclarative \
|
|
"
|