mirror of https://github.com/KLayout/klayout.git
Trying to fix Windows builds
This commit is contained in:
parent
b09f79b681
commit
6593997751
|
|
@ -10,6 +10,9 @@ DEPENDPATH += $$RDB_INC $$ANT_INC $$QTBASIC_INC
|
|||
LIBS += -L$$DESTDIR/.. -lklayout_rdb -lklayout_ant
|
||||
equals(HAVE_QTBINDINGS, "1") {
|
||||
LIBS += -lklayout_qtbasic -lklayout_QtGui -lklayout_QtCore
|
||||
greaterThan(QT_MAJOR_VERSION, 4) {
|
||||
LIBS += -lklayout_QtWidgets
|
||||
}
|
||||
}
|
||||
|
||||
HEADERS = \
|
||||
|
|
|
|||
Loading…
Reference in New Issue