summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/appchooser/appchooser.pro
blob: ac7b0ca335deafd0ec1044726c28d255be9e8daa (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES = main.cpp
RESOURCES = appchooser.qrc

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

QT += widgets