summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/rogue/rogue.pro
blob: 9e401aab82799243e89a19936c670e60b2b64327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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

QT += widgets
symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)