aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/animation.pro
blob: cdf83f80c8e2cdda162b9784a14a29a3bafc92ff (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = app

QT += quick qml
SOURCES += main.cpp

target.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/animation
qml.files = animation.qml  basics  behaviors  easing pathanimation  pathinterpolator  states
qml.path = $$[QT_INSTALL_EXAMPLES]/qtdeclarative/qtquick/animation
INSTALLS += target qml