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

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