mirror of https://github.com/KLayout/klayout.git
24 lines
556 B
INI
24 lines
556 B
INI
|
|
DESTDIR_UT = $$OUT_PWD/../..
|
|
DESTDIR = $$OUT_PWD/..
|
|
|
|
TARGET = laybasic_tests
|
|
|
|
include($$PWD/../../lib_ut.pri)
|
|
|
|
SOURCES = \
|
|
layAnnotationShapes.cc \
|
|
layBitmap.cc \
|
|
layBitmapsToImage.cc \
|
|
layLayerProperties.cc \
|
|
layParsedLayerSource.cc \
|
|
layRenderer.cc \
|
|
layAbstractMenuTests.cc \
|
|
laySnapTests.cc
|
|
|
|
INCLUDEPATH += $$TL_INC $$LAYBASIC_INC $$DB_INC $$GSI_INC $$OUT_PWD/../laybasic
|
|
DEPENDPATH += $$TL_INC $$LAYBASIC_INC $$DB_INC $$GSI_INC $$OUT_PWD/../laybasic
|
|
|
|
LIBS += -L$$DESTDIR_UT -lklayout_laybasic -lklayout_db -lklayout_tl -lklayout_gsi
|
|
|