summaryrefslogtreecommitdiffstats
path: root/examples/widgets/effects/effects.pro
diff options
context:
space:
mode:
Diffstat (limited to 'examples/widgets/effects/effects.pro')
-rw-r--r--examples/widgets/effects/effects.pro14
1 files changed, 14 insertions, 0 deletions
diff --git a/examples/widgets/effects/effects.pro b/examples/widgets/effects/effects.pro
new file mode 100644
index 0000000000..db7b8a723e
--- /dev/null
+++ b/examples/widgets/effects/effects.pro
@@ -0,0 +1,14 @@
+TEMPLATE = \
+ subdirs
+SUBDIRS = \
+ blurpicker \
+ lighting \
+ fademessage
+
+# install
+target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects
+sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS effects.pro README
+sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/effects
+INSTALLS += target sources
+
+QT += widgets