aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/particles/customparticle/customparticle.pro
blob: 77db1a6aab76d9edb6ebf364bcfc66c3adf71a06 (plain)
1
2
3
4
5
6
7
8
9
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
qml.files = customparticle.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/customparticle
INSTALLS += target qml