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

EXAMPLE_FILES = \
    images.qrc

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