summaryrefslogtreecommitdiffstats
path: root/examples/effects/blurpicker/blurpicker.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/effects/blurpicker/blurpicker.pro')
-rw-r--r--examples/effects/blurpicker/blurpicker.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/examples/effects/blurpicker/blurpicker.pro b/examples/effects/blurpicker/blurpicker.pro
new file mode 100644
index 0000000000..ba65da8a5c
--- /dev/null
+++ b/examples/effects/blurpicker/blurpicker.pro
@@ -0,0 +1,9 @@
+SOURCES += main.cpp blurpicker.cpp blureffect.cpp
+HEADERS += blurpicker.h blureffect.h
+RESOURCES += blurpicker.qrc
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/blurpicker
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS blurpicker.pro
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects/blurpicker
+INSTALLS += target sources