aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/particles/particles.pro
blob: 2c793a988e33f2b722b6f130c93d582469b882fa (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
TEMPLATE = subdirs

PRIVATETESTS += \
    qsgage \
    qsgangleddirection \
    qsgcumulativedirection \
    qsgcustomaffector \
    qsgcustomparticle \
    qsgellipseextruder \
    qsgfriction \
    qsggravity \
    qsgimageparticle \
    qsgitemparticle \
    qsglineextruder \
    qsgmaskextruder \
    qsgparticlegroup \
    qsgparticlesystem \
    qsgpointattractor \
    qsgpointdirection \
    qsgrectangleextruder \
    qsgtargetdirection \
    qsgtrailemitter \
    qsgturbulence \
    qsgwander

contains(QT_CONFIG, private_tests) {
    SUBDIRS += $$PRIVATETESTS
}