qt5base-lts/examples/widgets/animation/moveblocks/moveblocks.pro

10 lines
278 B
Prolog
Raw Normal View History

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