summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/statemachine/rogue/rogue.pro
blob: 7260d76b5c122b6dbeb22905dbf48be064c5e58b (plain)
1
2
3
4
5
6
7
8
9
10
QT += statemachine widgets

HEADERS       = window.h \
                movementtransition.h
SOURCES       = main.cpp \
                window.cpp

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