Skip to content

Use org.kde.desktop directly instead of QtQuick.Controls

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

QtQuick.Controls is resolved at runtime to be org.kde.desktop

qmlcachegen can't follow that though, so it can't precompile QtQuick.Controls usages

Here we know that we are using org.kde.desktop though, so we can import it directly and make qmlcachegen happier

Merge request reports