summaryrefslogtreecommitdiffstats
path: root/examples/animation/moveblocks/moveblocks.pro
blob: 7a82ca557d8a12e44b46d4fda4336deb8b7bb2b5 (plain)
1
2
3
4
5
6
7
8
# Input
SOURCES += main.cpp

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