https://bugs.kde.org/show_bug.cgi?id=360771
Christoph Feck <cf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |cf...@kde.org Resolution|--- |WORKSFORME Status|UNCONFIRMED |RESOLVED --- Comment #1 from Christoph Feck <cf...@kde.org> --- Are you compiling from source? The KF5WebKit dependency is already optional in KF5DesignerPlugin, see CMakeLists.txt: ... find_package(KF5WebKit ${KF5_DEP_VERSION}) set_package_properties(KF5WebKit PROPERTIES TYPE OPTIONAL PURPOSE "Required to build the Qt Designer plugin for the KDEWebKit widgets") ... if(Qt5Designer_FOUND AND KF5WebKit_FOUND) set(BUILD_KDEWEBKIT_DESIGNER_PLUGIN TRUE) endif() ... -- You are receiving this mail because: You are watching all bug changes.