aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick/animation/animation.pro
blob: edc767d709dda8ee7ae8d69e5cc6fe2a8bf6327a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
sources.files = $$SOURCES animation.pro
sources.path = $$qml.path
INSTALLS += sources target qml