Only free context if the owning QV8ContextResource gets destroyed
[profile/ivi/qtdeclarative.git] / examples / particles / imageparticle / imageparticle.pro
1 TEMPLATE = app
2
3 QT += quick qml
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/imageparticle
7 qml.files = imageparticle.qml content
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtquick/particles/imageparticle
9 sources.files = $$SOURCES imageparticle.pro
10 sources.path = $$qml.path
11 INSTALLS += sources target qml