mirror of https://github.com/KLayout/klayout.git
20 lines
309 B
Prolog
20 lines
309 B
Prolog
|
|
TARGET = lefdef
|
|
DESTDIR = $$OUT_PWD/../../../../lay_plugins
|
|
|
|
include($$PWD/../../../lay_plugin.pri)
|
|
|
|
INCLUDEPATH += $$PWD/../db_plugin
|
|
DEPENDPATH += $$PWD/../db_plugin
|
|
LIBS += -L$$DESTDIR/../db_plugins -llefdef
|
|
|
|
!isEmpty(RPATH) {
|
|
QMAKE_RPATHDIR += $$RPATH/db_plugins
|
|
}
|
|
|
|
HEADERS = \
|
|
|
|
SOURCES = \
|
|
|
|
FORMS = \
|