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