summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/moveblocks/moveblocks.pro
blob: 35693bf25d68e4dbb5ae091fba41b740de38ba9d (plain)
1
2
3
4
5
6
7
8
9
SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/moveblocks
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS moveblocks.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/moveblocks
INSTALLS += target sources

QT += widgets