aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/emitters/emitters.pro
blob: 7147d716ad33e15901f05748e606356cb4cf084f (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/particles/emitters
qml.files = emitters.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/particles/emitters
INSTALLS += target qml