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

#Install shared images too
qml.files = images
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles
sources.files = particles.pro
sources.path = $$qml.path
INSTALLS = sources qml