QmlPuppet: Fix qbs build

Amends b8b6af0dbb.

Change-Id: I5ef8c58fec1ccdf4b620969c07a2134818b82f1c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
Christian Kandeler
2021-10-08 11:05:55 +02:00
parent 3ee484332b
commit e454c91838

View File

@@ -16,6 +16,7 @@ QtcTool {
] ]
} }
Depends { name: "Qt.quick3d-private"; required: false } Depends { name: "Qt.quick3d-private"; required: false }
Depends { name: "Qt.quick3dparticles-private"; required: false }
property bool useQuick3d: Utilities.versionCompare(Qt.core.version, "5.15") >= 0 property bool useQuick3d: Utilities.versionCompare(Qt.core.version, "5.15") >= 0
&& Qt["quick3d-private"].present && Qt["quick3d-private"].present
property bool useParticle3d: Utilities.versionCompare(Qt.core.version, "6.2") >= 0 property bool useParticle3d: Utilities.versionCompare(Qt.core.version, "6.2") >= 0