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

QT += quick declarative
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