mirror of https://github.com/KLayout/klayout.git
26 lines
570 B
INI
26 lines
570 B
INI
|
|
DESTDIR_UT = $$OUT_PWD/../..
|
|
DESTDIR = $$OUT_PWD/..
|
|
|
|
TARGET = layview_tests
|
|
|
|
include($$PWD/../../lib_ut.pri)
|
|
|
|
SOURCES = \
|
|
layLayoutViewTests.cc \
|
|
|
|
INCLUDEPATH += $$TL_INC $$LAYBASIC_INC $$LAYVIEW_INC $$DB_INC $$RDB_INC $$GSI_INC $$OUT_PWD/../layview
|
|
DEPENDPATH += $$TL_INC $$LAYBASIC_INC $$LAYVIEW_INC $$DB_INC $$RDB_INC $$GSI_INC $$OUT_PWD/../layview
|
|
|
|
LIBS += -L$$DESTDIR_UT -lklayout_layview -lklayout_laybasic -lklayout_db -lklayout_tl -lklayout_gsi
|
|
|
|
!equals(HAVE_QT, "0") {
|
|
|
|
INCLUDEPATH += $$LAYUI_INC
|
|
DEPENDPATH += $$LAYUI_INC
|
|
|
|
LIBS += -lklayout_layui
|
|
|
|
}
|
|
|