Trying to fix builds

This commit is contained in:
Matthias Koefferlein 2025-11-08 10:24:10 +01:00
parent 59ef8e7106
commit 6aa66830e8
6 changed files with 6 additions and 6 deletions

View File

@ -6,7 +6,7 @@ include($$PWD/../../../db_plugin.pri)
include($$PWD/../lstream.pri)
include($$PWD/capnp/capnp.pri)
INCLUDEPATH += capnp $$VERSION_INC $$PWD/../runtime/capnp $$PWD/../runtime/kj
INCLUDEPATH += capnp $$VERSION_INC
LIBS += -L$$DESTDIR/.. -lxkj -lxcapnp
HEADERS += \

View File

@ -1,8 +1,8 @@
DESTDIR = $$OUT_PWD/../../../../lay_plugins
include($$PWD/../lstream.pri)
include($$PWD/../../../lay_plugin.pri)
include($$PWD/../lstream.pri)
INCLUDEPATH += $$PWD/../db_plugin $$PWD/../db_plugin/capnp
DEPENDPATH += $$PWD/../db_plugin

View File

@ -10,3 +10,5 @@ equals(HAVE_QT, "0") || lessThan(QT_MAJOR_VERSION, 6) {
QMAKE_CXXFLAGS += \
-Wno-unused-parameter
}
INCLUDEPATH += $$PWD/runtime/capnp $$PWD/runtime/kj

View File

@ -1,6 +1,7 @@
TEMPLATE = lib
DESTDIR = $$OUT_PWD/../../../../..
INCLUDEPATH =
include($$PWD/../../lstream.pri)
include($$PWD/capnp.pri)
@ -10,7 +11,6 @@ SOURCES = $$CAPNP_SOURCES
HEADERS = $$CAPNP_HEADERS
DEFINES += CAPNP_LITE
INCLUDEPATH = $$PWD/../kj
LIBS =
QT =

View File

@ -1,6 +1,7 @@
TEMPLATE = lib
DESTDIR = $$OUT_PWD/../../../../..
INCLUDEPATH =
include($$PWD/../../lstream.pri)
include($$PWD/kj.pri)
@ -10,7 +11,6 @@ SOURCES = $$KJ_SOURCES
HEADERS = $$KJ_HEADERS
DEFINES = CAPNP_LITE
INCLUDEPATH =
LIBS =
QT =

View File

@ -6,8 +6,6 @@ TARGET = lstream_tests
include($$PWD/../../../../lib_ut.pri)
include($$PWD/../lstream.pri)
INCLUDEPATH += $$PWD/../runtime/capnp $$PWD/../runtime/kj
SOURCES = \
dbLStreamReaderTests.cc \
dbLStreamWriterTests.cc