CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/kdecorations-6.5.3-93/work/kdecoration-6.5.3/src/decoration.cpp: In member function ‘virtual void KDecoration3::Decoration::hoverMoveEvent(QHoverEvent*)’:
/var/pisi/kdecorations-6.5.3-93/work/kdecoration-6.5.3/src/decoration.cpp:589:102: warning: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
589 | 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.5.3-93/work/kdecoration-6.5.3/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.5.3-93/work/kdecoration-6.5.3/src/decoration.cpp:592:102: warning: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
592 | 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,
| ^~~~~~~~~~~