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

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    imageparticle.qrc \
    ../../shared/shared.qrc

target.path = $$[QT_INSTALL_EXAMPLES]/quick/particles/imageparticle
INSTALLS += target