https://bugs.kde.org/show_bug.cgi?id=468779
Bug ID: 468779
Summary: Fails to build without KActivities (wrong #if check)
Classification: Applications
Product: dolphin
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: minor
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
SUMMARY
Commit b99f6f50eef395a3ceb88fb3d4b7357cbbc13c85 fails to build without
KActivties, because of wrong #if checks: cmakedefine01 HAVE_KACTIVITIES will
always define the variable, either to 0 or to 1.
To check for HAVE_KACTIVITIES, use #if instead of #ifdef (see also usage in
dolphinviewcontainer.cpp)
--
You are receiving this mail because:
You are watching all bug changes.