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

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