appchooser.pro Example File

animation/appchooser/appchooser.pro
QT += widgets
SOURCES = main.cpp
RESOURCES = appchooser.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/appchooser
INSTALLS += target