https://bugs.kde.org/show_bug.cgi?id=386547
Ralf Habacker <ralf.habac...@freenet.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Latest Commit| |https://commits.kde.org/kmy | |money/8a4292268c2d88cdf757b | |4c162315360901139c5 Status|CONFIRMED |RESOLVED Version Fixed In| |4.8.2 --- Comment #4 from Ralf Habacker <ralf.habac...@freenet.de> --- Git commit 8a4292268c2d88cdf757b4c162315360901139c5 by Ralf Habacker, on behalf of Andreas Mayer. Committed on 29/12/2017 at 20:10. Pushed by habacker into branch '4.8'. Fix SEPA plugin installation Summary: add_library() may add a "lib" prefix to the plugin's filename, which causes it not to be found. Using kde4_add_plugin() instead again fixes that. This change to add_library() was (accidentally?) backported from the KF5 version in commit c78183f18201 . FIXED-IN: 4.8.2 Intended for the 4.8 branch only, of course. Test Plan: The plugin is again installed as konlinetasks_sepa.so here (like in 4.8.0, and also the KF5 port). The error message that the plugin could not be found does not occur anymore, kmymoney prints > onlineTask available "org.kmymoney.creditTransfer.sepa" to stdout now. Haven't tested the actual functionality though. Reviewers: #kmymoney, habacker Reviewed By: #kmymoney, habacker Subscribers: tbaumgart Tags: #kmymoney Differential Revision: https://phabricator.kde.org/D9545 M +1 -1 kmymoney/plugins/onlinetasks/sepa/CMakeLists.txt https://commits.kde.org/kmymoney/8a4292268c2d88cdf757b4c162315360901139c5 -- You are receiving this mail because: You are the assignee for the bug.