Hello,
I have looked at the problem and the library is not installed. The test then fails. I am not yet an expert on what is the best solution, but you could, for example, allow the installation of the libraries when building or you could add a dependency in qmake or install the library for the test.

e,g,

--- rules       2025-04-12 14:52:48.163330467 +0200
+++ rules.orig  2021-02-07 02:53:17.000000000 +0100
@@ -48,7 +48,7 @@
        qbs config --settings-dir debian profiles.deb.cpp.linkerFlags "-z,relro"

 override_dh_auto_build:
- qbs build --settings-dir debian --log-level $(LOGLEVEL) --command-echo-mode command-line --no-install \ + qbs build --settings-dir debian --log-level $(LOGLEVEL) --command-echo-mode command-line \
           profile:deb \
           modules.qbs.installRoot:$(CURDIR)/debian/tmp \
           project.libDir:lib/$(DEB_HOST_MULTIARCH) \



Greetings,
Harald

Reply via email to