summaryrefslogtreecommitdiff
path: root/examples/statemachine/twowaybutton/twowaybutton.pro
blob: e6ea518fa90ced4946aa2c6c3faca51b998af0f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
SOURCES = main.cpp

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

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