pingpong.pro Example File

statemachine/pingpong/pingpong.pro
 QT = core
 CONFIG += cmdline

 SOURCES = main.cpp

 # install
 target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/pingpong
 INSTALLS += target