aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/customparticle/customparticle.pro
blob: d26778f7303d7ba9e7695dfc8705ecd623058d45 (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/customparticle
qml.files = customparticle.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/particles/customparticle
INSTALLS += target qml