https://bugs.kde.org/show_bug.cgi?id=447281
--- Comment #9 from Nate Graham <n...@kde.org> --- I looked today and it seems like maybe KIO isn't actually using it anymore? src/widgets/CMakeLists.txt:251:ecm_generate_pri_file(BASE_NAME KIOWidgets LIB_NAME KF5KIOWidgets DEPS "KIOGui KIOCore KBookmarks KXmlGui Solid" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF}/KIOWidgets) src/filewidgets/CMakeLists.txt:144:ecm_generate_pri_file(BASE_NAME KIOFileWidgets LIB_NAME KF5KIOFileWidgets DEPS "KIOWidgets KBookmarks KXmlGui Solid" FILENAME_VAR PRI_FILENAME INCLUDE_INSTALL_DIR ${KDE_INSTALL_INCLUDEDIR_KF}/KIOFileWidgets) src/filewidgets/kfilewidget.h:358: * @deprecated since 5.66 due to no known users and leaking KXMLGui into the API. .kde-ci.yml:20: 'frameworks/kxmlgui' : '@same' Unless I'm misunderstanding this, I see that it's listed in CMake, but it doesn't look like anything in the code is actually using it. -- You are receiving this mail because: You are watching all bug changes.