rogue.pro Example File

statemachine/rogue/rogue.pro

  QT += widgets

  HEADERS       = window.h \
                  movementtransition.h
  SOURCES       = main.cpp \
                  window.cpp

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