mirror of
http://code.qt.io/yocto/meta-qt6.git
synced 2026-01-01 13:58:07 +00:00
qtquick3dphysics: add dependency to qtquick3d-native
Needs explicit dependency to qtquick3d-native if tools are not built for the target. Pick-to: 6.4 Change-Id: I999a946536a4f15620f10d60e5c3195a0d1f4b9b Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
parent
49bfeff2bf
commit
6a8e3aab59
|
|
@ -19,4 +19,4 @@ COMPATIBLE_MACHINE:arm = "(.*)"
|
|||
COMPATIBLE_MACHINE:x86 = "(.*)"
|
||||
COMPATIBLE_MACHINE:x86-64 = "(.*)"
|
||||
|
||||
DEPENDS = "qtbase qtquick3d qtdeclarative-native"
|
||||
DEPENDS = "qtbase qtquick3d qtquick3d-native qtdeclarative-native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user