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