qt5base-lts/examples/aggregate/examples.pro
Oswald Buddenhagen b8d0bde59c 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>
2012-12-11 13:37:57 +01:00

7 lines
102 B
Prolog

TEMPLATE = subdirs
sd = $$files(*)
for(d, sd): \
exists($$d/$${d}.pro): \
SUBDIRS += $$d