mirror of https://github.com/KLayout/klayout.git
A linker issue fixed on Windows.
This commit is contained in:
parent
68e1284c93
commit
f993c0397d
|
|
@ -10,7 +10,7 @@ DEFINES += MAKE_GSI_QTUITOOLS_LIBRARY
|
|||
INCLUDEPATH += $$TL_INC $$GSI_INC $$QTBASIC_INC
|
||||
DEPENDPATH += $$TL_INC $$GSI_INC $$QTBASIC_INC
|
||||
|
||||
LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi -lklayout_qtbasic
|
||||
LIBS += -L$$DESTDIR -lklayout_tl -lklayout_gsi -lklayout_qtbasic -lklayout_QtCore
|
||||
|
||||
SOURCES += \
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue