mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-03 08:26:27 +02:00
WIP: turned ext module into plugins.
This commit is contained in:
@@ -3,7 +3,8 @@ include($$PWD/../klayout.pri)
|
||||
|
||||
TEMPLATE = lib
|
||||
|
||||
INCLUDEPATH += $$DB_INC $$TL_INC $$GSI_INC
|
||||
DEPENDPATH += $$DB_INC $$TL_INC $$GSI_INC
|
||||
INCLUDEPATH += $$DB_INC $$TL_INC $$GSI_INC $$PWD/common
|
||||
DEPENDPATH += $$DB_INC $$TL_INC $$GSI_INC $$PWD/common
|
||||
LIBS += -L$$DESTDIR/.. -lklayout_db -lklayout_tl -lklayout_gsi
|
||||
|
||||
DEFINES += MAKE_DB_PLUGIN_LIBRARY
|
||||
|
||||
Reference in New Issue
Block a user