aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/particles.pro
blob: 7ef86618d5bf4da1182454384d71678d9116877c (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = subdirs
SUBDIRS += affectors \
    emitters \
    imageparticle \
    itemparticle \
    system

#Install shared images too
qml.files = images
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles
INSTALLS += qml