https://bugs.kde.org/show_bug.cgi?id=457152

            Bug ID: 457152
           Summary: kwin commit 6576a83ae breaks build: missing
                    QApplication
           Product: kwin
           Version: git master
          Platform: Other
                OS: Other
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: effects-various
          Assignee: kwin-bugs-n...@kde.org
          Reporter: 1i5t5.dun...@cox.net
  Target Milestone: ---

On git master for kwin, frameworks and plasma using the gentoo/kde overlay live
git ebuilds.  My current kwin HEAD is b7d7a99f in case it's fixed while I'm
filing this.

kwin commit (email addresses masked)....

* commit 6576a83ae
Author:     David Redondo <kde@>
AuthorDate: Wed Jun 29 13:52:52 2022 +0200
Commit:     David Redondo <kde@>
CommitDate: Wed Jul 20 07:01:05 2022 +0000

Add outputlocator effect

An effect that implements the "identify" functionality of
the screen configuration kcm. It displays a label on each
screen that identifies the screen.
Doing this as a kwin effect allows to correctly handle
the case when outputs are mirrored (on wayland) compared to
absolute positioning of windows which end up on top of each other.

... breaks my build with the following error:

In file included from
/tmp/portage/kde-plasma/kwin-9999/work/kwin-9999/src/effects/outputlocator/outputlocator.cpp:10:
/tmp/portage/kde-plasma/kwin-9999/work/kwin-9999/src/main.h:21:10: fatal error:
QApplication: No such file or directory
21 | #include <QApplication>

Missing a Qt::Widgets in CMakeLists.txt under
target_link_libraries(kwin4_effect_outputlocator PRIVATE ??

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to