qt3d: add dependency to qtshadertools

Build needs to have both target and native as dependency.

Change-Id: Ib8f01b30822e1e3d2f170297b620c352819e77ca
Reviewed-by: Mikko Gronoff <mikko.gronoff@qt.io>
This commit is contained in:
Samuli Piippo 2020-11-26 10:17:39 +02:00
parent ecc126ed6e
commit 47c530b5e0

View File

@ -18,7 +18,7 @@ SRC_URI += " \
git://github.com/assimp/assimp.git;name=assimp;branch=assimp_5.0_release;protocol=https;destsuffix=git/src/3rdparty/assimp/src \
"
DEPENDS = "qtbase qtdeclarative qtshadertools-native"
DEPENDS = "qtbase qtdeclarative qtshadertools qtshadertools-native"
PACKAGECONFIG ??= ""
PACKAGECONFIG_class-target ?= "system-assimp"