examples/effects/customshader/customshader.pro
changeset 0 1918ee327afb
equal deleted inserted replaced
-1:000000000000 0:1918ee327afb
       
     1 SOURCES += main.cpp blurpicker.cpp blureffect.cpp customshadereffect.cpp
       
     2 HEADERS += blurpicker.h blureffect.h customshadereffect.h
       
     3 RESOURCES += blurpicker.qrc
       
     4 QT += opengl
       
     5 
       
     6 # install
       
     7 target.path = $$[QT_INSTALL_EXAMPLES]/effects/customshader
       
     8 sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS customshader.pro
       
     9 sources.path = $$[QT_INSTALL_EXAMPLES]/effects/customshader
       
    10 INSTALLS += target sources