WIP: started refactoring the plugin structure. Goal: standalone db module with it's own plugins like LEF/DEF, Gerber, MEBES including GSI bindings.

This commit is contained in:
Matthias Koefferlein
2018-06-13 00:33:43 +02:00
parent acacdc3997
commit 409392d561
54 changed files with 1000 additions and 846 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ TEMPLATE = subdirs
# Automatically include all sub-folders, but not the .pro file
SUBDIR_LIST = $$files($$PWD/*)
SUBDIR_LIST -= $$PWD/plugins.pro
SUBDIR_LIST -= $$PWD/plugin.pri
SUBDIR_LIST -= $$PWD/plugin_ut.pri
SUBDIR_LIST -= $$PWD/db_plugin.pri
SUBDIR_LIST -= $$PWD/lay_plugin.pri
SUBDIRS = $$SUBDIR_LIST