summaryrefslogtreecommitdiffstats
path: root/examples/widgets/statemachine/rogue/rogue.pro
blob: a2cbe16aa15345bb263c0bb859844b8a412a3e39 (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]/widgets/statemachine/rogue
sources.files = $$SOURCES $$HEADERS *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/rogue
INSTALLS += target sources

QT += widgets