summaryrefslogtreecommitdiffstats
path: root/examples/graphicsview/customshader/customshader.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/graphicsview/customshader/customshader.pro')
-rw-r--r--examples/graphicsview/customshader/customshader.pro10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/graphicsview/customshader/customshader.pro b/examples/graphicsview/customshader/customshader.pro
new file mode 100644
index 0000000..bc07d7a
--- /dev/null
+++ b/examples/graphicsview/customshader/customshader.pro
@@ -0,0 +1,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]/graphicsview/blurpicker
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blurpicker.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/graphicsview/blurpicker
+INSTALLS += target sources