https://bugs.kde.org/show_bug.cgi?id=491808
Carl Schwan <c...@carlschwan.eu> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/pim/ |https://invent.kde.org/pim/ |merkuro/-/commit/8f58856bd2 |merkuro/-/commit/9f175f2973 |bc7e4a2b6bcc964414e09878449 |fea624c1f4de1fda26f64ffb236 |8e3 |ec0 --- Comment #11 from Carl Schwan <c...@carlschwan.eu> --- Git commit 9f175f2973fea624c1f4de1fda26f64ffb236ec0 by Carl Schwan, on behalf of Antonio Rojas. Committed on 30/08/2024 at 14:20. Pushed by carlschwan into branch 'worl/carl/24-08-merkuro-fix-plugin-load'. Compile contacts plugin metadata in the actual QML plugin, not in the shared library. Otherwise Qt refuses to load it. This is worked around currently by linking the binaries to the contacts shared library, but this does not work when linking with --as-needed (as most distros do nowadays). Also disambiguate the target names, currently both the shared library and the QML plugin have the same cmake target name. M +0 -1 src/calendar/CMakeLists.txt M +13 -14 src/contacts/CMakeLists.txt M +5 -5 src/contacts/autotests/CMakeLists.txt https://invent.kde.org/pim/merkuro/-/commit/9f175f2973fea624c1f4de1fda26f64ffb236ec0 -- You are receiving this mail because: You are watching all bug changes.