mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
Add new class that can be used to create toolchain containing
all available Qt modules.
Change-Id: I84982749ea9093bbbd20f99391b063c4bcaee39f
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 63ba821b5c)
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
6 lines
196 B
Plaintext
6 lines
196 B
Plaintext
inherit populate_sdk_qt6_base
|
|
|
|
# include all available modules
|
|
TOOLCHAIN_HOST_TASK:append = " nativesdk-packagegroup-qt6-toolchain-host"
|
|
TOOLCHAIN_TARGET_TASK:append = " packagegroup-qt6-modules"
|