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

QT += quick qml
SOURCES += main.cpp
RESOURCES += \
    ../images.qrc \
    ../../shared/shared.qrc \
    $$files("content/*") \
    $$files("*qml")

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