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

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

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