aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/customparticle/customparticle.pro
blob: 80043799b0f3ce905e124f039d28019592126715 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/customparticle
qml.files = customparticle.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/customparticle
sources.files = $$SOURCES customparticle.pro
sources.path = $$qml.path
INSTALLS += sources target qml