Install examples to example hierarchy
[profile/ivi/qtdeclarative.git] / examples / quick / animation / animation.pro
1 TEMPLATE = app
2
3 QT += quick qml
4 SOURCES += main.cpp
5
6 target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/animation
7 qml.files = animation.qml  basics  behaviors  easing pathanimation  pathinterpolator  states
8 qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/quick/animation
9 INSTALLS += target qml
10