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

symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
maemo5: include($$QT_SOURCE_TREE/examples/maemo5pkgrules.pri)