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

QT += quick qml
SOURCES += main.cpp

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