qt5base-lts/examples/animation/animation.pro

18 lines
510 B
Prolog
Raw Normal View History

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
QT += widgets