16 lines
467 B
Prolog
16 lines
467 B
Prolog
|
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
|