qmlcompilerplus: add dependency to native

If we stop forcing build of target tools, we then need to have
dependency to the native package.

Change-Id: Ie5d9634ba4c85af877920e66fd88d36880af8afc
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
(cherry picked from commit 8228b69a19)
This commit is contained in:
Samuli Piippo 2022-08-16 09:06:19 +00:00
parent 8696a99640
commit 6b1fa542f6

View File

@ -9,7 +9,7 @@ include recipes-qt/qt6/qt6-git.inc
include recipes-qt/qt6/qt6.inc
include recipes-qt/qt6/qt6-commercial.inc
DEPENDS += "qtbase qtdeclarative qtdeclarative-native"
DEPENDS += "qtbase qtdeclarative qtdeclarative-native qmlcompilerplus-native"
PTEST_ENABLED = "0"