examples/animation/animation.pro
changeset 3 41300fa6a67c
parent 0 1918ee327afb
child 4 3b1da2848fc7
equal deleted inserted replaced
2:56cd8111b7f7 3:41300fa6a67c
     1 TEMPLATE         = \
     1 TEMPLATE         = \
     2                  subdirs
     2                  subdirs
     3 SUBDIRS          += \
     3 SUBDIRS          += \
     4                  animatedtiles \
     4                  animatedtiles \
     5                  appchooser \
     5                  appchooser \
     6                  easing \
       
     7                  moveblocks \
     6                  moveblocks \
     8                  states \
     7                  states \
     9                  stickman
     8                  stickman \
    10 
     9 
    11 # install
    10 # install
    12 target.path = $$[QT_INSTALL_EXAMPLES]/animation
    11 target.path = $$[QT_INSTALL_EXAMPLES]/animation
    13 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animation.pro README
    12 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS animation.pro README
    14 sources.path = $$[QT_INSTALL_EXAMPLES]/animation
    13 sources.path = $$[QT_INSTALL_EXAMPLES]/animation