kdeconnect should depend on qt5-qtquickcontrols
kdeconnect-app
(the mobile interface) uses QtQuick.Dialogs
, which is provided by qt5-qtquickcontrols
. Without it, it launches, but the main interface fails to render, and it logs the missing module as an error.
cc @PureTryOut