Factorial States Example


  QT = core
  CONFIG += cmdline

  SOURCES += main.cpp

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