cppcheck: remove Qt from the list of default libraries
The qt
cppcheck library defines macros that conflict with our code
base (e.g. slots
). Remove it from the default list and require
packages to configure this where needed.
The qt
cppcheck library defines macros that conflict with our code
base (e.g. slots
). Remove it from the default list and require
packages to configure this where needed.