summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/rogue/rogue.pro
blob: 3596f173ed9cbda6e56d301badfc65da518d548b (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: CONFIG += qt_example
maemo5: CONFIG += qt_example