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

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