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

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/statemachine/rogue
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/widgets/statemachine/rogue
INSTALLS += target sources

QT += widgets