summaryrefslogtreecommitdiffstats
path: root/examples/widgets/animation/appchooser/appchooser.pro
blob: 674e623b2d677d98464b905dab7b2c0cea9eda91 (plain)
1
2
3
4
5
6
7
8
QT += widgets

SOURCES = main.cpp
RESOURCES = appchooser.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/animation/appchooser
INSTALLS += target