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

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

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