- 
    
Suggestion
 - 
    Resolution: Fixed
 - 
    
P3: Somewhat important
 - 
    6.5
 - 
    None
 
In Qt 6.5.2 we get a lot of qml compiler warnings with QtQuick.Controls in combination with runtime style selection (qtquickcontrols2.conf).
import QtQuick.Controls
Warnings occurred while importing module "QtQuick.Controls": [import]
Warning: QtQuick.Controls uses optional imports which are not supported. Some types might not be found. [import]
Is it in general possible to silence specific warning types like [import] but show the rest?
Or silence single code lines and blocks ? Something like "// qmlc disable"