aboutsummaryrefslogtreecommitdiffstats
path: root/src/declarative/particles/particles.pri
blob: b35cb8a6149e88676a6b83e20934b93b384f8b9c (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
HEADERS += \
    $$PWD/qsgangledirection_p.h \
    $$PWD/qsgcustomparticle_p.h \
    $$PWD/qsgcustomaffector_p.h \
    $$PWD/qsgellipseextruder_p.h \
    $$PWD/qsgtrailemitter_p.h \
    $$PWD/qsgfriction_p.h \
    $$PWD/qsggravity_p.h \
    $$PWD/qsgimageparticle_p.h \
    $$PWD/qsgitemparticle_p.h \
    $$PWD/qsgage_p.h \
    $$PWD/qsglineextruder_p.h \
    $$PWD/qsgmaskextruder_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/qsgdirection_p.h \
    $$PWD/qsgtargetdirection_p.h \
    $$PWD/qsgturbulence_p.h \
    $$PWD/qsgwander_p.h \
    $$PWD/qsgcumulativedirection_p.h \
    $$PWD/qsgv8particledata_p.h \
    $$PWD/qsgrectangleextruder_p.h \
    $$PWD/qsgparticlegroup_p.h \
    $$PWD/qsggroupgoal_p.h

SOURCES += \
    $$PWD/qsgangledirection.cpp \
    $$PWD/qsgcustomparticle.cpp \
    $$PWD/qsgcustomaffector.cpp \
    $$PWD/qsgellipseextruder.cpp \
    $$PWD/qsgtrailemitter.cpp \
    $$PWD/qsgfriction.cpp \
    $$PWD/qsggravity.cpp \
    $$PWD/qsgimageparticle.cpp \
    $$PWD/qsgitemparticle.cpp \
    $$PWD/qsgage.cpp \
    $$PWD/qsglineextruder.cpp \
    $$PWD/qsgmaskextruder.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/qsgdirection.cpp \
    $$PWD/qsgtargetdirection.cpp \
    $$PWD/qsgturbulence.cpp \
    $$PWD/qsgwander.cpp \
    $$PWD/qsgcumulativedirection.cpp \
    $$PWD/qsgv8particledata.cpp \
    $$PWD/qsgrectangleextruder.cpp \
    $$PWD/qsgparticlegroup.cpp \
    $$PWD/qsggroupgoal.cpp

RESOURCES += \
    $$PWD/particles.qrc