2012-02-20 00:34:44 +00:00
|
|
|
TEMPLATE = subdirs
|
2012-06-18 04:13:31 +00:00
|
|
|
SUBDIRS += affectors \
|
|
|
|
emitters \
|
|
|
|
imageparticle \
|
2018-10-03 11:50:13 +00:00
|
|
|
itemparticle \
|
2012-06-18 04:13:31 +00:00
|
|
|
system
|
|
|
|
|
2012-11-29 15:02:34 +00:00
|
|
|
EXAMPLE_FILES = \
|
2018-10-03 11:50:13 +00:00
|
|
|
images.qrc
|
2012-11-29 15:02:34 +00:00
|
|
|
|
2012-06-18 04:13:31 +00:00
|
|
|
#Install shared images too
|
|
|
|
qml.files = images
|
2012-11-29 15:02:34 +00:00
|
|
|
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles
|
|
|
|
INSTALLS += qml
|