summaryrefslogtreecommitdiffstats
path: root/examples/animation/animation.pro
blob: 4a9064d97e2b3cd1d3f6d754f5faa7029c0e4aa2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE         = \
                 subdirs
SUBDIRS          += \
                 animatedtiles \
                 appchooser \
                 easing \
                 moveblocks \
                 states \
                 stickman \

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