Bug 353812 - It is trying to include processui/ksysguardprocesslist.h but it makes it couldn't compile even QtWebkit is optional
Summary: It is trying to include processui/ksysguardprocesslist.h but it makes it coul...
Status: RESOLVED WORKSFORME
Alias: None
Product: ksysguard
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: 5.4.2
Platform: Compiled Sources Linux
: NOR major
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-12 00:48 UTC by Ömer Fadıl USTA
Modified: 2020-07-05 22:22 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.