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

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

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