summaryrefslogtreecommitdiffstats
path: root/basicsuite/qt5-particlesdemo/emitters.pro
blob: c5d8b8b0c96cbf172f84b58078046c5401125582 (plain)
1
2
3
4
5
6
7
8
9
10
11
TEMPLATE = app

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

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