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

11 lines
325 B
Prolog
Raw Normal View History

SOURCES = main.cpp
RESOURCES = appchooser.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/appchooser
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS appchooser.pro *.png
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/animation/appchooser
INSTALLS += target sources
QT += widgets