mirror of https://github.com/KLayout/klayout.git
24 lines
644 B
INI
24 lines
644 B
INI
|
|
DESTDIR_UT = $$OUT_PWD/../../../..
|
|
|
|
TARGET = lstream_tests
|
|
|
|
include($$PWD/../../../../lib_ut.pri)
|
|
include($$PWD/../lstream.pri)
|
|
|
|
INCLUDEPATH += $$PWD/../runtime/capnp $$PWD/../runtime/kj
|
|
|
|
SOURCES = \
|
|
dbLStreamReaderTests.cc \
|
|
dbLStreamWriterTests.cc
|
|
|
|
INCLUDEPATH += $$LAY_INC $$TL_INC $$DB_INC $$GSI_INC $$PWD/../db_plugin $$PWD/../../../common $$PWD/../db_plugin/capnp
|
|
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 -llstream
|