mirror of https://github.com/KLayout/klayout.git
Added a missing dependency in .pro
This commit is contained in:
parent
130f4d7040
commit
d4a981cc57
|
|
@ -74,6 +74,10 @@ ant.depends += layview
|
|||
img.depends += layview
|
||||
edt.depends += layview
|
||||
|
||||
equals(HAVE_PYTHON, "1") {
|
||||
pymod.depends += layview ant img edt lym
|
||||
}
|
||||
|
||||
plugins.depends += lib rdb db ant
|
||||
|
||||
equals(HAVE_RUBY, "1") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue