qtbase/examples/animation/animation.pro

17 lines
496 B
Prolog

TEMPLATE = \
subdirs
SUBDIRS += \
animatedtiles \
appchooser \
easing \
moveblocks \
states \
stickman \
sub-attaq \
# 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