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

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

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