Fixed build with Qt bindings (maybe)

This commit is contained in:
Matthias Koefferlein 2022-03-08 16:31:53 +01:00
parent a0cbc2355a
commit c5da93756a
1 changed files with 3 additions and 3 deletions

View File

@ -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 \