Suppress "qt5ct: using qt5ct plugin" message

Every time Octave draws a figure (eg graph), I get the following message:

qt5ct: using qt5ct plugin

How do I suppress it?


Solution 1:

set environment variable QT_LOGGING_RULES="qt5ct.debug=false"