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

SOURCES += main.cpp
RESOURCES += states.qrc

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