summaryrefslogtreecommitdiffstats
path: root/examples/animation/animation.pro
blob: d5121a14702fdbad87833151033a6e273cd62698 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
TEMPLATE         = \
                 subdirs
SUBDIRS          += \
                 animatedtiles \
                 appchooser \
                 easing \
                 example \
                 moveblocks \
                 padnavigator-ng \
                 photobrowser \
                 piemenu \
                 selectbutton \
                 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