Skip to content

contrib: qt: disable sql and xml libraries

Currently, they are build, but not installed. Since we don't use these, disable them. This turns:

  Qt modules and options:
    ...
    Qt Sql ................................. yes
    ...
    Qt Xml ................................. yes

into:

  Qt modules and options:
    ...
    Qt Sql ................................. no
    ...
    Qt Xml ................................. no

Merge request reports