[dolphin] [Bug 468779] New: Fails to build without KActivities (wrong #if check)

Christoph Feck bugzilla_noreply at kde.org
Fri Apr 21 23:23:05 BST 2023


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: dolphin-bugs-null at kde.org
          Reporter: cfeck at kde.org
                CC: kfm-devel at kde.org
  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 on the CC list for the bug.


More information about the kfm-devel mailing list