mirror of https://github.com/KLayout/klayout.git
Fixed build without Qt bindings
This commit is contained in:
parent
c5da93756a
commit
3b2db3b379
|
|
@ -6,7 +6,11 @@ include($$PWD/../../../lay_plugin.pri)
|
|||
|
||||
INCLUDEPATH += $$RDB_INC $$ANT_INC $$QTBASIC_INC
|
||||
DEPENDPATH += $$RDB_INC $$ANT_INC $$QTBASIC_INC
|
||||
LIBS += -L$$DESTDIR/.. -lklayout_qtbasic -lklayout_rdb -lklayout_ant
|
||||
|
||||
LIBS += -L$$DESTDIR/.. -lklayout_rdb -lklayout_ant
|
||||
equals(HAVE_QTBINDINGS, "1") {
|
||||
LIBS += -lklayout_qtbasic -lklayout_QtGui -lklayout_QtCore
|
||||
}
|
||||
|
||||
HEADERS = \
|
||||
layD25View.h \
|
||||
|
|
|
|||
Loading…
Reference in New Issue