aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/affectors/affectors.pro
blob: 231be91f0110d26fd765d570175883e789b61fc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
sources.files = $$SOURCES affectors.pro
sources.path = $$qml.path
INSTALLS += sources target qml