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

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