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

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

QT += widgets