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

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