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

QT += quick qml
SOURCES += main.cpp

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