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

QT += quick qml
SOURCES += main.cpp

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