summaryrefslogtreecommitdiffstats
path: root/examples/statemachine/eventtransitions/eventtransitions.pro
blob: 374ef3a72f57dcbbfe0f2002b4c6ec9de609f6ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SOURCES = main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS eventtransitions.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/statemachine/eventtransitions
INSTALLS += target sources
QT += widgets

symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example

simulator: warning(This example might not fully work on Simulator platform)