summaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/blurpicker/blurpicker.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/effects/blurpicker/blurpicker.pro')
-rw-r--r--examples/widgets/effects/blurpicker/blurpicker.pro11
1 files changed, 11 insertions, 0 deletions
diff --git a/examples/widgets/effects/blurpicker/blurpicker.pro b/examples/widgets/effects/blurpicker/blurpicker.pro
new file mode 100644
index 0000000000..c477ea6e39
--- /dev/null
+++ b/examples/widgets/effects/blurpicker/blurpicker.pro
@@ -0,0 +1,11 @@
+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
+QT += widgets
+