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

QT += quick qml
SOURCES += main.cpp

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