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

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

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