mirror of https://github.com/KLayout/klayout.git
Fixed a linker issue
This commit is contained in:
parent
f299b3aaa2
commit
96386383d0
|
|
@ -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