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