aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/itemparticle/itemparticle.pro
blob: 4228852ae014f3634976e2bd5951411c9c619406 (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