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

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

QT += widgets