f2e968b245
Handle for loops with a single line of instructions and add a test for that. Change-Id: I041ae30f64abcbd3db7df29933647f047b92ede3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
5 lines
67 B
Prolog
5 lines
67 B
Prolog
for(d, sd): \
|
|
exists($$d/$${d}.pro): \
|
|
SUBDIRS += $$d
|
|
|