summaryrefslogtreecommitdiffstats
path: root/examples/aggregate
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@digia.com>2012-12-10 19:29:33 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-11 13:37:57 +0100
commitb8d0bde59c00471b915c8f876e16fda9fd5f435e (patch)
tree4d0b70eb86a0f0411c450e7f7251b35104d4b173 /examples/aggregate
parente0d72efbe7f4056a88e6c25a0866806603e4b944 (diff)
install a sane top-level examples.pro file
generally, don't install anything from the top-level examples dirs automatically. the global README and the aggregator examples.pro are installed explicitly. Change-Id: I5f6b8760f37d917b800fa85979896a471778cac0 Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'examples/aggregate')
-rw-r--r--examples/aggregate/examples.pro6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/aggregate/examples.pro b/examples/aggregate/examples.pro
new file mode 100644
index 0000000000..bf5e48fd59
--- /dev/null
+++ b/examples/aggregate/examples.pro
@@ -0,0 +1,6 @@
+TEMPLATE = subdirs
+
+sd = $$files(*)
+for(d, sd): \
+ exists($$d/$${d}.pro): \
+ SUBDIRS += $$d