blob: c72c5329e8ed0d74b1ac5d7f5161e14961a0a89c (
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]/animation
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animation.pro README
sources.path = $$[QT_INSTALL_EXAMPLES]/animation
INSTALLS += target sources
|