summaryrefslogtreecommitdiffstats
path: root/examples/declarative/animation/animation.pro
blob: 6ac1b6457b6d753db22abaaf4e05c1e61bed6029 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

SUBDIRS += \
    basics/property-animation \
    basics/color-animation \
    easing \
    behaviors/behavior-example \
    states

# install
sources.files = animation.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtquick1/declarative/animation
INSTALLS += sources