Tried to build my app which makes use of KFileMetaData and got this error "Could NOT find KF5 (missing: FileMetaData) (found version "5.66.0")" kdenlive and elisa add it in their manifest https://invent.kde.org/kde/flatpak-kde-applications/-/blob/master/org.kde.kdenlive.json#L39 https://invent.kde.org/kde/flatpak-kde-applications/-/blob/master/org.kde.elisa.json#L38 Was it left out intentionally? runtime: org.kde.Platform runtime-version: '5.14' sdk: org.kde.Sdk
No, it would probably make sense to include it. Consider doing a merge request here to add it, or otherwise I'll get there eventually. https://invent.kde.org/kde/flatpak-kde-runtime/
How do the branches work? Do all branches have to be updated or only qt5.12lts?
If you're using 5.14 like you mentioned, you'll want to modify the branch 5.14.
Done https://invent.kde.org/kde/flatpak-kde-runtime/-/merge_requests/10
Merged