summaryrefslogtreecommitdiffstats
path: root/examples/animation/appchooser/appchooser.pro
blob: 8cda19ad96418f6f2974c145b9578fb1d9d6976f (plain)
1
2
3
4
5
6
7
8
9
# Input
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