Bug 353812

Summary: It is trying to include processui/ksysguardprocesslist.h but it makes it couldn't compile even QtWebkit is optional
Product: [Unmaintained] ksysguard Reporter: Ömer Fadıl USTA <omerusta>
Component: generalAssignee: KSysGuard Developers <ksysguard-bugs>
Status: RESOLVED WORKSFORME    
Severity: major CC: groot
Priority: NOR    
Version First Reported In: 5.4.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Ömer Fadıl USTA 2015-10-12 00:48:30 UTC
Hello everyone
in libksysguard Cmake  :
if(Qt5WebKitWidgets_FOUND)
    add_subdirectory( processui )
endif()

On the other hand in workspace/plasma-workspace/systemmonitor/ksystemactivitydialog.h
trying to include  processui/ksysguardprocesslist.h 
even QTWebkit is an optional depency.

Thus this makes whole plasma-workspace couldn't compile


Reproducible: Always
Comment 1 groot 2020-07-05 22:22:13 UTC
This has been resolved at some point in the past; it now optionally uses QWebEngineWidgets. It always installs the UI parts and the header mentioned as missing here.