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

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