Debian Patches

Status for actiona/3.11.1-3.1

Patch Description Author Forwarded Bugs Origin Last update
0001-Fix-build-failure-with-Qt-6.10-Missing-Qt6-QmlPrivat.patch Fix build failure with Qt 6.10 (Missing Qt6::QmlPrivate)
Hello,

On recent rolling-release distributions (like Arch Linux) that have updated to Qt 6.10, compiling Actiona currently fails with the following CMake error:

`Target "actiontools" links to: Qt6::QmlPrivate but the target was not found.`

This happens because the internal QmlPrivate module needs to be explicitly requested in the newer Qt versions. Adding the following line to `actiontools/CMakeLists.txt` resolves the issue and allows the project to build successfully again:

find_package(Qt6 COMPONENTS QmlPrivate REQUIRED)

Thanks for your work on Actiona!
Meik1982 <95156716+Meik1982@users.noreply.github.com> no 2026-03-12

All known versions for source package 'actiona'

Links