mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 03:59:59 +08:00
7 lines
102 B
Prolog
7 lines
102 B
Prolog
TEMPLATE = subdirs
|
|
|
|
sd = $$files(*)
|
|
for(d, sd): \
|
|
exists($$d/$${d}.pro): \
|
|
SUBDIRS += $$d
|