blob: cb8e7379471d8534b558b99bca3efac603f731a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
# Copyright (C) 2023 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause
qt_path_join(destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtQuick3D/Physics/designer")
qt_copy_or_install(
FILES
BoxShapeSection.qml
BoxShapeSpecifics.qml
CapsuleShapeSection.qml
CapsuleShapeSpecifics.qml
CharacterControllerSection.qml
CharacterControllerSpecifics.qml
CollisionShapeSection.qml
ConvexMeshShapeSection.qml
ConvexMeshShapeSpecifics.qml
DynamicRigidBodySpecifics.qml
DynamicRigidBodySection.qml
HeightFieldShapeSection.qml
HeightFieldShapeSpecifics.qml
NodeSection.qml
physics.metainfo
PhysicsBodySection.qml
PhysicsMaterialSection.qml
PhysicsMaterialSpecifics.qml
PhysicsNodeSection.qml
PhysicsWorldSection.qml
PhysicsWorldSpecifics.qml
PlaneShapeSpecifics.qml
SphereShapeSection.qml
SphereShapeSpecifics.qml
StaticRigidBodySpecifics.qml
TriangleMeshShapeSection.qml
TriangleMeshShapeSpecifics.qml
TriggerBodySpecifics.qml
DESTINATION "${destination}"
)
#add_subdirectory(source)
add_subdirectory(images)
|