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

EXAMPLE_FILES = \
    images.qrc

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