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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp: In constructor ‘StyleSingleton::StyleSingleton()’:
/var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:42:44: warning: ‘void QGuiApplication::paletteChanged(const QPalette&)’ is deprecated: Handle QEvent::ApplicationPaletteChange instead [-Wdeprecated-declarations]
   42 |         connect(qGuiApp, &QGuiApplication::paletteChanged, this, &StyleSingleton::refresh);
      |                                            ^~~~~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/qscreen_platform.h:19,
                 from /usr/include/qt6/QtGui/qscreen.h:150,
                 from /usr/include/qt6/QtGui/qinputdevice.h:9,
                 from /usr/include/qt6/QtGui/qpointingdevice.h:9,
                 from /usr/include/qt6/QtGui/qeventpoint.h:9,
                 from /usr/include/qt6/QtGui/qevent.h:20,
                 from /usr/include/qt6/QtQuick/qquickitem.h:14,
                 from /usr/include/qt6/QtQuick/QQuickItem:1,
                 from /usr/include/KF6/Kirigami/Platform/platformtheme.h:14,
                 from /usr/include/KF6/Kirigami/Platform/PlatformTheme:1,
                 from /var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/kirigami-plasmadesktop-integration/plasmadesktoptheme.h:11,
                 from /var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:8:
/usr/include/qt6/QtGui/qguiapplication.h:161:89: note: declared here
  161 |     QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationPaletteChange instead") void paletteChanged(const QPalette &pal);
      |                                                                                         ^~~~~~~~~~~~~~
/var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/kirigami-plasmadesktop-integration/plasmadesktoptheme.cpp:57:44: warning: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead [-Wdeprecated-declarations]
   57 |         connect(qGuiApp, &QGuiApplication::fontChanged, this, &StyleSingleton::notifyWatchersConfigurationChange);
      |                                            ^~~~~~~~~~~
/usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here
  162 |     QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead")  void fontChanged(const QFont &font);
      |                                                                                       ^~~~~~~~~~~
/var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/style/impl/breezedial.cpp: In constructor ‘BreezeDial::BreezeDial(QQuickItem*)’:
/var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/style/impl/breezedial.cpp:36:40: warning: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead [-Wdeprecated-declarations]
   36 |     connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() {
      |                                        ^~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/qscreen_platform.h:19,
                 from /usr/include/qt6/QtGui/qscreen.h:150,
                 from /usr/include/qt6/QtGui/qinputdevice.h:9,
                 from /usr/include/qt6/QtGui/qpointingdevice.h:9,
                 from /usr/include/qt6/QtGui/qeventpoint.h:9,
                 from /usr/include/qt6/QtGui/qevent.h:20,
                 from /usr/include/qt6/QtQuick/qquickitem.h:14,
                 from /usr/include/qt6/QtQuick/qquickpainteditem.h:7,
                 from /usr/include/qt6/QtQuick/QQuickPaintedItem:1,
                 from /var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/style/impl/breezedial.h:9,
                 from /var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/style/impl/breezedial.cpp:5:
/usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here
  162 |     QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead")  void fontChanged(const QFont &font);
      |                                                                                       ^~~~~~~~~~~
/var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/style/impl/paintedsymbolitem.cpp: In constructor ‘PaintedSymbolItem::PaintedSymbolItem(QQuickItem*)’:
/var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/style/impl/paintedsymbolitem.cpp:15:40: warning: ‘void QGuiApplication::fontChanged(const QFont&)’ is deprecated: Handle QEvent::ApplicationFontChange instead [-Wdeprecated-declarations]
   15 |     connect(qGuiApp, &QGuiApplication::fontChanged, this, [this, d]() {
      |                                        ^~~~~~~~~~~
In file included from /usr/include/qt6/QtGui/qscreen_platform.h:19,
                 from /usr/include/qt6/QtGui/qscreen.h:150,
                 from /usr/include/qt6/QtGui/qinputdevice.h:9,
                 from /usr/include/qt6/QtGui/qpointingdevice.h:9,
                 from /usr/include/qt6/QtGui/qeventpoint.h:9,
                 from /usr/include/qt6/QtGui/qevent.h:20,
                 from /usr/include/qt6/QtQuick/qquickitem.h:14,
                 from /usr/include/qt6/QtQuick/qquickpainteditem.h:7,
                 from /usr/include/qt6/QtQuick/QQuickPaintedItem:1,
                 from /var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/style/impl/paintedsymbolitem.h:8,
                 from /var/pisi/qqc2-breeze-style-6.3.1-18/work/qqc2-breeze-style-6.3.1/style/impl/paintedsymbolitem.cpp:5:
/usr/include/qt6/QtGui/qguiapplication.h:162:87: note: declared here
  162 |     QT_DEPRECATED_VERSION_X_6_0("Handle QEvent::ApplicationFontChange instead")  void fontChanged(const QFont &font);
      |                                                                                       ^~~~~~~~~~~