ADDENDUM I solved the issue with Qt5 installing development components: sudo apt install qtbase5-dev Anyway I'm interested in other possible solutions that not involve Qt5 installation such as to make it use Qt6, if some exists. But now I'm stuck with another issue on a missing package ECM (version 5.23 requested). I didn't find some specific requirements about it, so I presume it should be part of something else. I presumed it were the package to manage integer factorization using elliptic curves...
Hi, I'm trying to compile/install Kvpm on Debian 13 Trixie with KDE Plasma 6 Desktop Environment. After the compilation command "cmake ." the compiling process gets an error about missing qt5 files needed for compilation. KDE Plasma 6 uses the new Qt6. How can I solve this issue? Should I install also Qt5 libraries, that probably will be unuseful when later a new kvpm version will support Qt6? Or Is it possible to make kvpm use Qt6 libraries through some artifact as creating some symlink so the compilation...