Skip to content

Fix too agressive deprecation settings

Nicolas Fella requested to merge work/nico/deprecation into master

We use API that was deprecated in Qt 6.x, so setting this to the min. Qt version breaks the Qt6 build

This should not be set implicitly to the min. version anyway but only explicitly after confirming it actually works

Merge request reports