qt5base-lts/examples/widgets/statemachine/pingpong/pingpong.pro

11 lines
148 B
Prolog
Raw Normal View History

QT = core
CONFIG += cmdline
SOURCES = main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/statemachine/pingpong
INSTALLS += target