summaryrefslogtreecommitdiffstats
path: root/examples/animation/animation.pro
blob: 0a57d3dd5556c7a7990004df19593fee827f99b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
TEMPLATE         = \
                 subdirs
SUBDIRS          += \
                 animatedtiles \
                 appchooser \
                 easing \
                 example \
                 moveblocks \
                 padnavigator-ng \
                 states \
                 stickman \
                 sub-attaq

# install
target.path = $$[QT_INSTALL_EXAMPLES]/animation
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animation.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/animation
INSTALLS += target sources