aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/particles.pri
blob: 1fc5783a733ec938cf4da1f7f61d5a2dc7114b67 (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
61
62
63
64
65
66
67
68
69
70
71
INCLUDEPATH += $$PWD

HEADERS += \
    $$PWD/qsgangleddirection_p.h \
    $$PWD/qsgcustomparticle_p.h \
    $$PWD/qsgellipseextruder_p.h \
    $$PWD/qsgfollowemitter_p.h \
    $$PWD/qsgfriction_p.h \
    $$PWD/qsggravity_p.h \
    $$PWD/qsgimageparticle_p.h \
    $$PWD/qsgitemparticle_p.h \
    $$PWD/qsgkill_p.h \
    $$PWD/qsglineextruder_p.h \
    $$PWD/qsgmaskextruder_p.h \
    $$PWD/qsgmodelparticle_p.h \
    $$PWD/qsgparticleaffector_p.h \
    $$PWD/qsgparticleemitter_p.h \
    $$PWD/qsgparticleextruder_p.h \
    $$PWD/qsgparticlepainter_p.h \
    $$PWD/qsgparticlesmodule_p.h \
    $$PWD/qsgparticlesystem_p.h \
    $$PWD/qsgpointattractor_p.h \
    $$PWD/qsgpointdirection_p.h \
    $$PWD/qsgspritegoal_p.h \
    $$PWD/qsgstochasticdirection_p.h \
    $$PWD/qsgtargeteddirection_p.h \
    $$PWD/qsgturbulence_p.h \
    $$PWD/qsgwander_p.h \
    $$PWD/qsgtargetaffector_p.h \
    $$PWD/qsgcumulativedirection_p.h \
    $$PWD/qsgcustomemitter_p.h \
    $$PWD/qsgcustomaffector_p.h \
    $$PWD/qsgv8particledata_p.h

SOURCES += \
    $$PWD/qsgangleddirection.cpp \
    $$PWD/qsgcustomparticle.cpp \
    $$PWD/qsgellipseextruder.cpp \
    $$PWD/qsgfollowemitter.cpp \
    $$PWD/qsgfriction.cpp \
    $$PWD/qsggravity.cpp \
    $$PWD/qsgimageparticle.cpp \
    $$PWD/qsgitemparticle.cpp \
    $$PWD/qsgkill.cpp \
    $$PWD/qsglineextruder.cpp \
    $$PWD/qsgmaskextruder.cpp \
    $$PWD/qsgmodelparticle.cpp \
    $$PWD/qsgparticleaffector.cpp \
    $$PWD/qsgparticleemitter.cpp \
    $$PWD/qsgparticleextruder.cpp \
    $$PWD/qsgparticlepainter.cpp \
    $$PWD/qsgparticlesmodule.cpp \
    $$PWD/qsgparticlesystem.cpp \
    $$PWD/qsgpointattractor.cpp \
    $$PWD/qsgpointdirection.cpp \
    $$PWD/qsgspritegoal.cpp \
    $$PWD/qsgstochasticdirection.cpp \
    $$PWD/qsgtargeteddirection.cpp \
    $$PWD/qsgturbulence.cpp \
    $$PWD/qsgwander.cpp \
    $$PWD/qsgtargetaffector.cpp \
    $$PWD/qsgcumulativedirection.cpp \
    $$PWD/qsgcustomemitter.cpp \
    $$PWD/qsgcustomaffector.cpp \
    $$PWD/qsgv8particledata.cpp

RESOURCES += \
    $$PWD/particles.qrc