[knotes] [Bug 431126] KNotes cannot be configured using the GUI

Laurent Montel bugzilla_noreply at kde.org
Wed Jan 6 20:46:03 GMT 2021


https://bugs.kde.org/show_bug.cgi?id=431126

--- Comment #6 from Laurent Montel <montel at kde.org> ---
(In reply to Antonio Rojas from comment #5)
> Not a distro problem (and nothing to do with the kernel), this is caused by
> https://invent.kde.org/pim/knotes/-/commit/
> 0e470b8fc8339da31050400e415f75ba80ef6698

configdialog/knoteconfigdialog.cpp is exported:
"class KNOTES_EXPORT KNoteConfigDialog : public KCMultiDialog"
it's includes in 

set(libknotesprivate_config_lib_SRCS
    configdialog/knotesimpleconfigdialog.cpp
    configdialog/knoteconfigdialog.cpp
    configdialog/knotedisplayconfigwidget.cpp
    configdialog/knoteeditorconfigwidget.cpp
    configdialog/knotecollectionconfigwidget.cpp
    )

set(libknotesprivate_lib_SRCS
    ${libknotesprivate_config_lib_SRCS}
    ${libknotesprivate_print_lib_SRCS}
    knoteedit.cpp
    knotes_debug.cpp
    notes/knotedisplaysettings.cpp
    utils/knoteutils.cpp
    notes/knoteinterface.cpp
    notes/knotesmigrateapplication.cpp
    finddialog/knotefinddialog.cpp
    )

add_library(knotesprivate ${libknotesprivate_lib_SRCS}
${libknotesprivate_kcfg_lib_SRCS} )

target_link_libraries(kcm_knote knotesprivate KF5::AkonadiCore  KF5::KCMUtils
KF5::NewStuff notesharedprivate KF5::AkonadiNotes KF5::PimCommon KF5::I18n
KF5::AkonadiWidgets)


(and it builds/works fine from a fresh build).

And on windows it complains as it's in already in lib.

So perhaps there is an explaination but for the moment I didn't see it.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kdepim-bugs mailing list