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

EXAMPLE_FILES = \
    itemparticle

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