mirror of https://github.com/KLayout/klayout.git
Linker inputs for Windows builds
This commit is contained in:
parent
ee8966a97e
commit
49ee4439a0
|
|
@ -12,5 +12,14 @@ SOURCES = \
|
|||
INCLUDEPATH += $$TL_INC $$LAYBASIC_INC $$LAYVIEW_INC $$LAYUI_INC $$DB_INC $$RDB_INC $$GSI_INC $$OUT_PWD/../layview
|
||||
DEPENDPATH += $$TL_INC $$LAYBASIC_INC $$LAYVIEW_INC $$LAYUI_INC $$DB_INC $$RDB_INC $$GSI_INC $$OUT_PWD/../layview
|
||||
|
||||
LIBS += -L$$DESTDIR_UT -lklayout_layview -lklayout_db -lklayout_tl -lklayout_gsi
|
||||
LIBS += -L$$DESTDIR_UT -lklayout_layview -lklayout_laybasic -lklayout_layui -lklayout_db -lklayout_tl -lklayout_gsi
|
||||
|
||||
!equals(HAVE_QT, "0") {
|
||||
|
||||
INCLUDEPATH += $$LAYUI_INC
|
||||
DEPENDPATH += $$LAYUI_INC
|
||||
|
||||
LIBS += -lklayout_layui
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue