https://bugs.kde.org/show_bug.cgi?id=525887
Bug ID: 525887
Summary: lupdate included in Flatpak org.kde.Sdk//6.11 does not
support QML
Classification: Developer tools
Product: Qt/KDE Flatpak Runtime
Version First unspecified
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
DESCRIPTION
I'm upgrading the Flatpak runtime (for an app I maintain) to version 6.11.
However, I encountered the following problem: QML files aren't being
translated due to a "missing qml/javascript support" error when running CMake's
qt6_create_translation during building. This error comes from lupdate tool.
It appears that the lupdate tool included in org.kde.Sdk//6.11 lacks QML
support - It doesn’t even link to libQt6Qml.so.6!
Is this intentional or a bug?
STEPS TO REPRODUCE
1. Install org.kde.Sdk//6.11
2. enter shell: flatpak run --command=sh org.kde.Sdk//6.11
3. check linked shared libs to lupdate executable: ldd /usr/bin/lupdate
OBSERVED RESULT
lupdate does not link to libQt6Qml.so (assumption: it was compiled without QML
support)
EXPECTED RESULT
lupdate should link to libQt6Qml.so (assumption: it includes QML support)
SOFTWARE/OS VERSIONS
Flatpak KDE SDK: org.kde.Sdk//6.11
--
You are receiving this mail because:
You are watching all bug changes.