2018-06-03 23:36:06 +02:00
|
|
|
|
|
|
|
|
DESTDIR_UT = $$OUT_PWD/../..
|
|
|
|
|
|
2018-06-19 00:50:27 +02:00
|
|
|
TARGET = pymod_tests
|
2018-06-03 23:36:06 +02:00
|
|
|
|
|
|
|
|
include($$PWD/../../klayout.pri)
|
|
|
|
|
include($$PWD/../../lib_ut.pri)
|
|
|
|
|
|
|
|
|
|
SOURCES = \
|
|
|
|
|
pymod_tests.cc
|
|
|
|
|
|
|
|
|
|
DEFINES += \
|
|
|
|
|
PYTHON=$$PYTHON \
|
2018-06-19 00:50:27 +02:00
|
|
|
PYTHONPATH=$$DESTDIR_UT/pymod
|
2018-06-03 23:36:06 +02:00
|
|
|
|
|
|
|
|
|
2018-06-19 00:50:27 +02:00
|
|
|
INCLUDEPATH += $$DB_INC $$TL_INC $$GSI_INC
|
|
|
|
|
DEPENDPATH += $$DB_INC $$TL_INC $$GSI_INC
|
2018-06-03 23:36:06 +02:00
|
|
|
|
2018-06-19 00:50:27 +02:00
|
|
|
LIBS += -L$$DESTDIR_UT -lklayout_db -lklayout_tl -lklayout_gsi
|