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

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

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