CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenhelper.cpp: In member function ‘virtual QBitmap Oxygen::Helper::roundedMask(const QSize&, Oxygen::Corners, qreal) const’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenhelper.cpp:453:39: warning: ‘QBitmap::QBitmap(const QPixmap&)’ is deprecated: Use fromPixmap instead. [-Wdeprecated-declarations]
453 | QBitmap bitmap(highDpiPixmap(size));
| ^
In file included from /usr/include/qt6/QtGui/QBitmap:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenhelper.h:23,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenhelper.cpp:11:
/usr/include/qt6/QtGui/qbitmap.h:20:69: note: declared here
20 | QT_DEPRECATED_VERSION_X_6_0("Use fromPixmap instead.") explicit QBitmap(const QPixmap &);
| ^~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenshadowcache.cpp: In member function ‘QPixmap Oxygen::ShadowCache::pixmap(const Key&, bool) const’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenshadowcache.cpp:243:10: warning: arithmetic between floating-point type ‘qreal’ {aka ‘double’} and enumeration type ‘Oxygen::ShadowCache::’ is deprecated [-Wdeprecated-enum-float-conversion]
243 | size += overlap;
| ~~~~~^~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenshadowcache.cpp:244:16: warning: arithmetic between floating-point type ‘qreal’ {aka ‘double’} and enumeration type ‘Oxygen::ShadowCache::’ is deprecated [-Wdeprecated-enum-float-conversion]
244 | shadowSize += overlap;
| ~~~~~~~~~~~^~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygensimulator.cpp: In member function ‘void Oxygen::Simulator::processEvent(const Event&)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygensimulator.cpp:448:118: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
448 | _pendingEvents.append(new QMouseEvent(QEvent::MouseMove, position, Qt::NoButton, Qt::NoButton, Qt::NoModifier));
| ^
In file included from /usr/include/qt6/QtGui/QFocusEvent:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygensimulator.cpp:20:
/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygensimulator.cpp:450:127: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
450 | _pendingEvents.append(new QMouseEvent(QEvent::MouseButtonPress, position, Qt::LeftButton, Qt::NoButton, Qt::NoModifier));
| ^
/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygensimulator.cpp:452:129: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
452 | _pendingEvents.append(new QMouseEvent(QEvent::MouseButtonRelease, position, Qt::LeftButton, Qt::NoButton, Qt::NoModifier));
| ^
/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygensimulator.cpp: In member function ‘void Oxygen::Simulator::postHoverEvent(QWidget*, QEvent::Type, const QPoint&, const QPoint&) const’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygensimulator.cpp:534:72: warning: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
534 | postQEvent(receiver, new QHoverEvent(type, newPosition, oldPosition));
| ^
/usr/include/qt6/QtGui/qevent.h:255:5: note: declared here
255 | QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygenschemechooser.cpp: In constructor ‘Oxygen::ColorSchemeChooser::ColorSchemeChooser(QWidget*)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygenschemechooser.cpp:30:50: warning: ‘KColorSchemeManager::KColorSchemeManager(QObject*)’ is deprecated: Since 6.6. Use KColorSchemeManager::instance() [-Wdeprecated-declarations]
30 | auto manager = new KColorSchemeManager(parent);
| ^
In file included from /usr/include/KF6/KColorScheme/KColorSchemeManager:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/demo/oxygenschemechooser.cpp:17:
/usr/include/KF6/KColorScheme/kcolorschememanager.h:59:14: note: declared here
59 | explicit KColorSchemeManager(QObject *parent = nullptr);
| ^~~~~~~~~~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kdecoration/config/oxygenconfigwidget.cpp: In constructor ‘Oxygen::ConfigWidget::ConfigWidget(QObject*, const KPluginMetaData&, const QVariantList&)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kdecoration/config/oxygenconfigwidget.cpp:26:98: warning: unused parameter ‘args’ [-Wunused-parameter]
26 | ConfigWidget::ConfigWidget(QObject *parent, const KPluginMetaData &metaData, const QVariantList &args)
| ~~~~~~~~~~~~~~~~~~~~^~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/animations/oxygenscrollbardata.cpp: In member function ‘void Oxygen::ScrollBarData::hoverMoveEvent(QObject*, QEvent*)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/animations/oxygenscrollbardata.cpp:109:124: warning: ‘QPoint QHoverEvent::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
109 | QStyle::SubControl hoverControl = scrollBar->style()->hitTestComplexControl(QStyle::CC_ScrollBar, &opt, hoverEvent->pos(), scrollBar);
| ~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtGui/QHoverEvent:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/animations/oxygenscrollbardata.cpp:13:
/usr/include/qt6/QtGui/qevent.h:263:19: note: declared here
263 | inline QPoint pos() const { return position().toPoint(); }
| ^~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/animations/oxygenscrollbardata.cpp:116:32: warning: ‘QPoint QHoverEvent::pos() const’ is deprecated: Use position() [-Wdeprecated-declarations]
116 | _position = hoverEvent->pos();
| ~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtGui/qevent.h:263:19: note: declared here
263 | inline QPoint pos() const { return position().toPoint(); }
| ^~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/transitions/oxygentransitionwidget.cpp: In member function ‘void Oxygen::TransitionWidget::grabBackground(QPixmap&, QWidget*, QRect&) const’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/transitions/oxygentransitionwidget.cpp:195:31: warning: ‘bool QWidget::isTopLevel() const’ is deprecated: Use isWindow() [-Wdeprecated-declarations]
195 | if (parent->isTopLevel() || parent->autoFillBackground())
| ~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtWidgets/QWidget:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/transitions/oxygentransitionwidget.h:16,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/transitions/oxygentransitionwidget.cpp:11:
/usr/include/qt6/QtWidgets/qwidget.h:808:13: note: declared here
808 | inline bool QWidget::isTopLevel() const
| ^~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/transitions/oxygentransitionwidget.cpp:213:27: warning: ‘bool QWidget::isTopLevel() const’ is deprecated: Use isWindow() [-Wdeprecated-declarations]
213 | if (parent->isTopLevel() && parent->testAttribute(Qt::WA_StyledBackground)) {
| ~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtWidgets/qwidget.h:808:13: note: declared here
808 | inline bool QWidget::isTopLevel() const
| ^~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenframeshadow.cpp: In member function ‘bool Oxygen::FrameShadowFactory::registerWidget(QWidget*, Oxygen::StyleHelper&)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenframeshadow.cpp:67:41: warning: ‘bool QWidget::isTopLevel() const’ is deprecated: Use isWindow() [-Wdeprecated-declarations]
67 | while (parent && !parent->isTopLevel()) {
| ~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtWidgets/QWidget:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenhelper.h:30,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenstylehelper.h:14,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenframeshadow.h:18,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenframeshadow.cpp:14:
/usr/include/qt6/QtWidgets/qwidget.h:808:13: note: declared here
808 | inline bool QWidget::isTopLevel() const
| ^~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygensplitterproxy.cpp: In member function ‘virtual bool Oxygen::SplitterProxy::event(QEvent*)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygensplitterproxy.cpp:189:132: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
189 | QMouseEvent mouseEvent2(mouseEvent->type(), _hook, mouseEvent->button(), mouseEvent->buttons(), mouseEvent->modifiers());
| ^
In file included from /usr/include/qt6/QtGui/QHoverEvent:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygensplitterproxy.h:21,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygensplitterproxy.cpp:15:
/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygensplitterproxy.cpp:196:90: warning: ‘QPoint QMouseEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
196 | _splitter.data()->mapFromGlobal(mouseEvent->globalPos()),
| ~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtGui/qevent.h:225:19: note: declared here
225 | inline QPoint globalPos() const { return globalPosition().toPoint(); }
| ^~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygensplitterproxy.cpp:199:60: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
199 | mouseEvent->modifiers());
| ^
/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygensplitterproxy.cpp: In member function ‘void Oxygen::SplitterProxy::clearSplitter()’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygensplitterproxy.cpp:290:37: warning: ‘QHoverEvent::QHoverEvent(QEvent::Type, const QPointF&, const QPointF&, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use the other constructor [-Wdeprecated-declarations]
290 | _hook);
| ^
/usr/include/qt6/QtGui/qevent.h:255:5: note: declared here
255 | QHoverEvent(Type type, const QPointF &pos, const QPointF &oldPos,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenstylehelper.cpp: In member function ‘bool Oxygen::StyleHelper::hasDecoration(const QWidget*) const’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenstylehelper.cpp:1170:28: warning: ‘bool QWidget::isTopLevel() const’ is deprecated: Use isWindow() [-Wdeprecated-declarations]
1170 | if (!widget->isTopLevel())
| ~~~~~~~~~~~~~~~~~~^~
In file included from /usr/include/qt6/QtWidgets/QWidget:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/liboxygen/oxygenhelper.h:30,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenstylehelper.h:14,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenstylehelper.cpp:10:
/usr/include/qt6/QtWidgets/qwidget.h:808:13: note: declared here
808 | inline bool QWidget::isTopLevel() const
| ^~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp: In member function ‘bool Oxygen::AppEventFilter::appMouseEvent(QObject*, QEvent*)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp:101:127: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
101 | QMouseEvent mouseEvent(QEvent::MouseButtonRelease, _parent->_dragPoint, Qt::LeftButton, Qt::LeftButton, Qt::NoModifier);
| ^
In file included from /usr/include/qt6/QtQuick/qquickitem.h:14,
from /usr/include/qt6/QtQuick/QQuickItem:1,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.h:14,
from /var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp:8:
/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp: In member function ‘bool Oxygen::WindowManager::mousePressEvent(QObject*, QEvent*)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp:285:49: warning: ‘QPoint QMouseEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
285 | _globalDragPoint = mouseEvent->globalPos();
| ~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtGui/qevent.h:225:19: note: declared here
225 | inline QPoint globalPos() const { return globalPosition().toPoint(); }
| ^~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp:310:45: warning: ‘QPoint QMouseEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
310 | _globalDragPoint = mouseEvent->globalPos();
| ~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtGui/qevent.h:225:19: note: declared here
225 | inline QPoint globalPos() const { return globalPosition().toPoint(); }
| ^~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp:320:108: warning: ‘QMouseEvent::QMouseEvent(QEvent::Type, const QPointF&, Qt::MouseButton, Qt::MouseButtons, Qt::KeyboardModifiers, const QPointingDevice*)’ is deprecated: Use another constructor [-Wdeprecated-declarations]
320 | QMouseEvent localMouseEvent(QEvent::MouseMove, localPoint, Qt::NoButton, Qt::LeftButton, Qt::NoModifier);
| ^
/usr/include/qt6/QtGui/qevent.h:202:5: note: declared here
202 | QMouseEvent(Type type, const QPointF &localPos, Qt::MouseButton button,
| ^~~~~~~~~~~
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp: In member function ‘bool Oxygen::WindowManager::mouseMoveEvent(QObject*, QEvent*)’:
/var/pisi/oxygen-6.3.4-83/work/oxygen-6.3.4/kstyle/oxygenwindowmanager.cpp:355:48: warning: ‘QPoint QMouseEvent::globalPos() const’ is deprecated: Use globalPosition() [-Wdeprecated-declarations]
355 | } else if (QPoint(mouseEvent->globalPos() - _globalDragPoint).manhattanLength() >= _dragDistance) {
| ~~~~~~~~~~~~~~~~~~~~~^~
/usr/include/qt6/QtGui/qevent.h:225:19: note: declared here
225 | inline QPoint globalPos() const { return globalPosition().toPoint(); }
| ^~~~~~~~~