mirror of https://github.com/KLayout/klayout.git
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
|
||
|
|
|