Closed dragotin closed 1 year ago
/home/t-8ch/src/kraft/src/addressselectorwidget.cpp: In member function ‘void AddressSelectorWidget::slotEditContact()’:
/home/t-8ch/src/kraft/src/addressselectorwidget.cpp:413:30: error: expected type-specifier
413 | _addressEditor = new Akonadi::ContactEditorDialog(Akonadi::ContactEditorDialog::EditMode, this);
| ^~~~~~~
@t-8ch yes, of course ;-/
pushed another fix.
Works fine now, thanks!
Ah that's terrific! Thanks for providing the solution and testing :-)
Happy to help :-)
This PR contains Akonadi version checks for components that were renamed in Akonadi version 5.24. Akonadi renamed the contact viewer and editors namespace.
With this PR, that should be automatically detected and build should work for version from 5.24 on but also older releases.
Note for old Akonadi that still has the KF5 instead of KPim5 prefix, cmake must be called with a build switch:
See #209