summaryrefslogtreecommitdiffstats
path: root/examples/effects/customshader/customshader.pro
blob: 4ce5d2ba7b6f323b74bebd964747392349295e07 (plain)
1
2
3
4
5
6
7
8
9
10
SOURCES += main.cpp blurpicker.cpp blureffect.cpp customshadereffect.cpp
HEADERS += blurpicker.h blureffect.h customshadereffect.h
RESOURCES += blurpicker.qrc
QT += opengl

# install
target.path = $$[QT_INSTALL_EXAMPLES]/effects/customshader
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS customshader.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/effects/customshader
INSTALLS += target sources