Fixed build without Qt bindings

This commit is contained in:
Matthias Koefferlein 2022-03-09 23:00:24 +01:00
parent c5da93756a
commit 3b2db3b379
1 changed files with 5 additions and 1 deletions

View File

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