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

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

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