Where can I get Qt6 XML Development library?

Hi folks,
I want to compile my aplication (cvassistant) on openmandriva ROME and I get the error:

:-1: error: Unknown module(s) in QT: xml

I tried to install:

lib64qt6xml-devel
qt6-xml-devel
qt6-qtbase-devel

But none of them exists. The lib64qt5xml-devel exists but it is of qt5.
What can I do? Any help is appreciated.

$ dnf search lib64qt6xml-devel
lib64Qt6Xml-devel.x86_64 : Development files for the Qt 6 Xml library

,
$ dnf search qt6|grep xml|grep devel
and
$ dnf search qt6|grep base|grep devel

give some results but Iā€™m not sure if pertinent, look at it yourself.

Ok. I guess there should be a different repository in our cases. Here is why I get:

aario@openmandriva-x8664:~$ dnf search qt6|grep xml|grep devel
Failed to set locale, defaulting to C.UTF-8 <--- Yeah....
Last metadata expiration check: 12:16:23 ago on Thu Feb  6 09:59:34 2025.
lib64Qt6Scxml-devel.znver1 : Development files for the Qt 6 Scxml library
lib64Qt6ScxmlQml-devel.znver1 : Development files for the Qt 6 ScxmlQml library

It shows those of Scxml instead of xml.
I have these repositories enabled:

  • Main
  • Extra
  • Restricted
  • Non-free

OK. I think the only thing missing was grep with -i. As the package is Xml rather than xml. Thanks a lot!

2 Likes