examples/statemachine/rogue/rogue.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 HEADERS       = window.h \
       
     2                 movementtransition.h
       
     3 SOURCES       = main.cpp \
       
     4                 window.cpp
       
     5 
       
     6 # install
       
     7 target.path = $$[QT_INSTALL_EXAMPLES]/statemachine/rogue
       
     8 sources.files = $$SOURCES $$HEADERS *.pro
       
     9 sources.path = $$[QT_INSTALL_EXAMPLES]/statemachine/rogue
       
    10 INSTALLS += target sources
       
    11