CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/kdecorations-6.4.4-88/work/kdecoration-6.4.4/src/decoration.cpp: In member function ‘virtual void KDecoration3::Decoration::hoverMoveEvent(QHoverEvent*)’:
/var/pisi/kdecorations-6.4.4-88/work/kdecoration-6.4.4/src/decoration.cpp:471:102: warning: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
  471 |             QHoverEvent e(QEvent::HoverEnter, event->position(), event->oldPosF(), event->modifiers());
      |                                                                                                      ^
In file included from /usr/include/qt6/QtGui/QHoverEvent:1,
                 from /var/pisi/kdecorations-6.4.4-88/work/kdecoration-6.4.4/src/decoration.cpp:15:
/usr/include/qt6/QtGui/qevent.h:255:5: note: declared here
  255 |     QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos,
      |     ^~~~~~~~~~~
/var/pisi/kdecorations-6.4.4-88/work/kdecoration-6.4.4/src/decoration.cpp:474:102: warning: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
  474 |             QHoverEvent e(QEvent::HoverLeave, event->position(), event->oldPosF(), event->modifiers());
      |                                                                                                      ^
/usr/include/qt6/QtGui/qevent.h:255:5: note: declared here
  255 |     QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos,
      |     ^~~~~~~~~~~