18a3f6169b
Conflicts: demos/demos.pro demos/embedded/digiflip/digiflip.pro examples/examples.pro examples/graphicsview/embeddeddialogs/embeddeddialogs.pro src/gui/kernel/qplatformglcontext_qpa.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_egl/qwaylandxcompositeeglcontext.cpp src/plugins/platforms/wayland/gl_integration/xcomposite_glx/qwaylandxcompositeglxcontext.cpp src/plugins/platforms/wayland/qwaylanddisplay.cpp src/plugins/platforms/wayland/qwaylandwindow.cpp Change-Id: I2a4ec9e2ca9c9aa9d57b55f98985e810b77bb745
18 lines
510 B
Prolog
18 lines
510 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
|
|
QT += widgets
|