mirror of https://github.com/KLayout/klayout.git
22 lines
536 B
INI
22 lines
536 B
INI
|
|
DESTDIR_UT = $$OUT_PWD/../../../..
|
|
|
|
TARGET = oasis_tests
|
|
|
|
include($$PWD/../../../../lib_ut.pri)
|
|
|
|
SOURCES = \
|
|
dbOASISReader.cc \
|
|
dbOASISWriter2.cc \
|
|
dbOASISWriter.cc \
|
|
|
|
INCLUDEPATH += $$LAY_INC $$TL_INC $$DB_INC $$GSI_INC $$PWD/../db_plugin $$PWD/../../../common
|
|
DEPENDPATH += $$LAY_INC $$TL_INC $$DB_INC $$GSI_INC $$PWD/../db_plugin $$PWD/../../../common
|
|
|
|
LIBS += -L$$DESTDIR_UT -lklayout_db -lklayout_tl -lklayout_gsi
|
|
|
|
PLUGINPATH = $$OUT_PWD/../../../../db_plugins
|
|
QMAKE_RPATHDIR += $$PLUGINPATH
|
|
|
|
LIBS += -L$$PLUGINPATH -loasis
|