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

QT += quick qml
SOURCES += main.cpp

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