a889305c7e
all examples compile again
17 lines
481 B
Prolog
17 lines
481 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
|
|
QT += widgets
|