For the sake of completeness, here is the patch that fixes the missing find_package() calls. Feel free to send it upstream, it's so simple it's not even copyrighteable.
Description: Adds missing find_package() entries.
The CMake builds links against Qt;;SerialPort and Qt::Sql on Linux, but never
calls the relevant find_package() functions.
.
This patch simply adds them.
Author: Lisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Bug-Debian: https://bugs.debian.org/973795
Forwarded: no
--- hyperborg-1.0.orig/node/CMakeLists.txt
+++ hyperborg-1.0/node/CMakeLists.txt
@@ -24,6 +24,8 @@ find_package(Qt6 COMPONENTS Widgets)
find_package(Qt6 COMPONENTS Xml)
find_package(Qt6 COMPONENTS Qml)
find_package(Qt6 COMPONENTS Quick)
+find_package(Qt6 COMPONENTS SerialPort)
+find_package(Qt6 COMPONENTS Sql)
qt_add_executable(hynode WIN32 MACOSX_BUNDLE
../common/buffer.cpp ../common/buffer.h
Attachment:
signature.asc
Description: This is a digitally signed message part.