mirror of https://github.com/KLayout/klayout.git
WIP: futher fixes for Windows build.
This commit is contained in:
parent
4f602bb394
commit
81a1e6fd1a
|
|
@ -45,6 +45,12 @@ PLUGINPATH += \
|
|||
INCLUDEPATH += $$PLUGINPATH
|
||||
DEPENDPATH += $$PLUGINPATH
|
||||
|
||||
LIBS += -L$$DESTDIR/db_plugins \
|
||||
-lgds2 \
|
||||
-lcif \
|
||||
-loasis \
|
||||
-ldxf \
|
||||
|
||||
INCLUDEPATH += $$RBA_INC
|
||||
DEPENDPATH += $$RBA_INC
|
||||
|
||||
|
|
|
|||
|
|
@ -30,3 +30,9 @@ PLUGINPATH += \
|
|||
|
||||
INCLUDEPATH += $$PLUGINPATH
|
||||
DEPENDPATH += $$PLUGINPATH
|
||||
|
||||
LIBS += -L$$DESTDIR_UT/db_plugins \
|
||||
-lgds2 \
|
||||
-lcif \
|
||||
-loasis \
|
||||
-ldxf \
|
||||
|
|
|
|||
Loading…
Reference in New Issue