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

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

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