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