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

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

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