summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/rogue/rogue.pro
blob: d1f4f5d972fe7888ea7603fdbad67783551c2ee0 (plain)
1
2
3
4
5
6
7
8
9
10
11
HEADERS       = window.h \
                movementtransition.h
SOURCES       = main.cpp \
                window.cpp

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

QT += widgets