mirror of https://github.com/KLayout/klayout.git
Fixed build with Qt bindings (maybe)
This commit is contained in:
parent
a0cbc2355a
commit
c5da93756a
|
|
@ -4,9 +4,9 @@ DESTDIR = $$OUT_PWD/../../../../lay_plugins
|
|||
|
||||
include($$PWD/../../../lay_plugin.pri)
|
||||
|
||||
INCLUDEPATH += $$RDB_INC $$ANT_INC
|
||||
DEPENDPATH += $$RDB_INC $$ANT_INC
|
||||
LIBS += -L$$DESTDIR/.. -lklayout_rdb -lklayout_ant
|
||||
INCLUDEPATH += $$RDB_INC $$ANT_INC $$QTBASIC_INC
|
||||
DEPENDPATH += $$RDB_INC $$ANT_INC $$QTBASIC_INC
|
||||
LIBS += -L$$DESTDIR/.. -lklayout_qtbasic -lklayout_rdb -lklayout_ant
|
||||
|
||||
HEADERS = \
|
||||
layD25View.h \
|
||||
|
|
|
|||
Loading…
Reference in New Issue