b8d0bde59c
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>
7 lines
102 B
Prolog
7 lines
102 B
Prolog
TEMPLATE = subdirs
|
|
|
|
sd = $$files(*)
|
|
for(d, sd): \
|
|
exists($$d/$${d}.pro): \
|
|
SUBDIRS += $$d
|