mirror of https://github.com/KLayout/klayout.git
Added (empty) plugin directory, fixed main .pro file.
This commit is contained in:
parent
e8e661e3e0
commit
7fa185a9b3
|
|
@ -81,7 +81,3 @@ plugins.depends += lay ext lib ut
|
|||
klayout_main.depends += lay ext lib plugins
|
||||
unit_tests.depends += ut plugins
|
||||
|
||||
RESOURCES += \
|
||||
laybasic/layResources.qrc
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,6 @@
|
|||
TEMPLATE = subdirs
|
||||
|
||||
SUBDIR_LIST = $$files($$PWD/*)
|
||||
SUBDIR_LIST -= $$PWD/plugins.pro
|
||||
|
||||
SUBDIRS = $$SUBDIR_LIST
|
||||
Loading…
Reference in New Issue