klayout/src/plugins/plugins.pro

11 lines
271 B
Prolog
Raw Normal View History

TEMPLATE = subdirs
2017-02-12 16:54:05 +01:00
# Automatically include all sub-folders, but not the .pro file
SUBDIR_LIST = $$files($$PWD/*)
SUBDIR_LIST -= $$PWD/plugins.pro
SUBDIR_LIST -= $$PWD/db_plugin.pri
SUBDIR_LIST -= $$PWD/lay_plugin.pri
2018-06-17 09:43:25 +02:00
SUBDIR_LIST -= $$PWD/common
SUBDIRS = $$SUBDIR_LIST