util/examples/effects/effects.pro
changeset 7 f7bc934e204c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
       
     1 TEMPLATE      = \
       
     2               subdirs
       
     3 SUBDIRS       = \
       
     4               blurpicker \
       
     5               lighting \
       
     6               fademessage
       
     7 
       
     8 # install
       
     9 target.path = $$[QT_INSTALL_EXAMPLES]/effects
       
    10 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README
       
    11 sources.path = $$[QT_INSTALL_EXAMPLES]/effects
       
    12 INSTALLS += target sources
       
    13