mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-01 18:37:50 +02:00
10 lines
172 B
Prolog
10 lines
172 B
Prolog
|
|
TEMPLATE = subdirs
|
|
|
|
# Automatically include all sub-folders, but not the .pro file
|
|
SUBDIR_LIST = $$files($$PWD/*)
|
|
SUBDIR_LIST -= $$PWD/tools.pro
|
|
|
|
SUBDIRS = $$SUBDIR_LIST
|
|
|