aboutsummaryrefslogtreecommitdiffstats
path: root/src/quick3dparticles/designer/CMakeLists.txt
blob: 8bec61987a01d960a4c6dfcea5f123af936dde97 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Copyright (C) 2022 The Qt Company Ltd.
# SPDX-License-Identifier: BSD-3-Clause

qt_path_join(destination ${QT_INSTALL_DIR} "${INSTALL_QMLDIR}/QtQuick3D/Particles3D/designer")
qt_copy_or_install(
    FILES
        Particle3DSection.qml
        Particle3DSpecifics.qml
        Affector3DSection.qml
        Affector3DSpecifics.qml
        Attractor3DSection.qml
        Attractor3DSpecifics.qml
        EmitBurst3DSection.qml
        EmitBurst3DSpecifics.qml
        DynamicBurst3DSection.qml
        DynamicBurst3DSpecifics.qml
        ParticleEmitter3DSection.qml
        ParticleEmitter3DSpecifics.qml
        Gravity3DSection.qml
        Gravity3DSpecifics.qml
        LineParticle3DSection.qml
        LineParticle3DSpecifics.qml
        ModelBlendParticle3DSection.qml
        ModelBlendParticle3DSpecifics.qml
        ModelParticle3DSection.qml
        ModelParticle3DSpecifics.qml
        NodeSection.qml
        NodeSpecifics.qml
        ParticleCustomShape3DSection.qml
        ParticleCustomShape3DSpecifics.qml
        ParticleModelShape3DSection.qml
        ParticleModelShape3DSpecifics.qml
        PointRotator3DSection.qml
        PointRotator3DSpecifics.qml
        ParticleShape3DSection.qml
        ParticleShape3DSpecifics.qml
        Repeller3DSection.qml
        Repeller3DSpecifics.qml
        SpriteParticle3DSection.qml
        SpriteParticle3DSpecifics.qml
        SpriteSequence3DSection.qml
        SpriteSequence3DSpecifics.qml
        ScaleAffector3DSection.qml
        ScaleAffector3DSpecifics.qml
        ParticleSystem3DSection.qml
        ParticleSystem3DSpecifics.qml
        TargetDirection3DSection.qml
        TargetDirection3DSpecifics.qml
        TrailEmitter3DSection.qml
        TrailEmitter3DSpecifics.qml
        VectorDirection3DSection.qml
        VectorDirection3DSpecifics.qml
        Wander3DSection.qml
        Wander3DSpecifics.qml
        particles3d.metainfo
    DESTINATION "${destination}"
)

add_subdirectory(images)
add_subdirectory(source)