aboutsummaryrefslogtreecommitdiffstats
path: root/examples/particles/system/system.pro
blob: 9623bb5acb34e1851c4be46d66c726798050d9dc (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/system
qml.files = system.qml content
qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/system
INSTALLS += target qml