Unique library named to avoid name conflicts

The libraries generated are called libklayout_x now
(instead of libx). This avoid name conflicts with
"libdb.so" on some systems for example.
This commit is contained in:
Matthias Koefferlein
2017-03-31 00:23:12 +02:00
parent e35e9fe8f7
commit 47aa38421a
19 changed files with 73 additions and 56 deletions
+4 -3
View File
@@ -1,5 +1,6 @@
DESTDIR=$$OUT_PWD/..
DESTDIR = $$OUT_PWD/..
TARGET = klayout_laybasic
include($$PWD/../klayout.pri)
@@ -275,12 +276,12 @@ HEADERS = \
INCLUDEPATH += ../tl ../gsi ../db ../rdb
DEPENDPATH += ../tl ../gsi ../db ../rdb
LIBS += -L$$DESTDIR -ltl -lgsi -ldb -lrdb
LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi -lklayout_db -lklayout_rdb
INCLUDEPATH += ../gsiqt
DEPENDPATH += ../gsiqt
equals(HAVE_QTBINDINGS, "1") {
LIBS += -lgsiqt
LIBS += -lklayout_gsiqt
}