forked from qt-creator/qt-creator
QmlPuppet: Fix qbs build
Amends b8b6af0dbb
.
Change-Id: I5ef8c58fec1ccdf4b620969c07a2134818b82f1c
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user