Refactoring: moved unit tests to libraries for some libs (ut modularization)

This commit is contained in:
Matthias Koefferlein
2017-08-26 22:44:31 +02:00
parent be1b007f2f
commit 000917d2c9
547 changed files with 1013 additions and 712 deletions
+4 -5
View File
@@ -2,7 +2,6 @@
DESTDIR = $$OUT_PWD/..
TARGET = klayout_laybasic
include($$PWD/../klayout.pri)
include($$PWD/../lib.pri)
DEFINES += MAKE_LAYBASIC_LIBRARY
@@ -274,12 +273,12 @@ HEADERS = \
laybasicConfig.h \
layBackgroundAwareTreeStyle.h
INCLUDEPATH += ../tl ../gsi ../db ../rdb
DEPENDPATH += ../tl ../gsi ../db ../rdb
INCLUDEPATH += $$TL_INC $$GSI_INC $$DB_INC $$RDB_INC
DEPENDPATH += $$TL_INC $$GSI_INC $$DB_INC $$RDB_INC
LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi -lklayout_db -lklayout_rdb
INCLUDEPATH += ../gsiqt
DEPENDPATH += ../gsiqt
INCLUDEPATH += $GSIQT_INC
DEPENDPATH += $GSIQT_INC
equals(HAVE_QTBINDINGS, "1") {
LIBS += -lklayout_gsiqt