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

    CMAKE_LD_FLAGS


/var/pisi/lxqt-notificationd-2.4.0-28/work/lxqt-notificationd-2.4.0/src/notificationarea.cpp: In member function ‘void NotificationArea::setLayerShell()’:
/var/pisi/lxqt-notificationd-2.4.0-28/work/lxqt-notificationd-2.4.0/src/notificationarea.cpp:204:55: warning: ‘void LayerShellQt::Window::setScreenConfiguration(ScreenConfiguration)’ is deprecated: Since 6.6. Use wantsToBeOnActiveScreen and screen instead [-Wdeprecated-declarations]
  204 |                     layershell->setScreenConfiguration(LayerShellQt::Window::ScreenConfiguration::ScreenFromCompositor);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/LayerShellQt/Window:1,
                 from /var/pisi/lxqt-notificationd-2.4.0-28/work/lxqt-notificationd-2.4.0/src/notificationarea.cpp:35:
/usr/include/LayerShellQt/window.h:106:10: note: declared here
  106 |     void setScreenConfiguration(ScreenConfiguration screenConfiguration);
      |          ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/lxqt-notificationd-2.4.0-28/work/lxqt-notificationd-2.4.0/src/notificationarea.cpp:222:55: warning: ‘void LayerShellQt::Window::setScreenConfiguration(ScreenConfiguration)’ is deprecated: Since 6.6. Use wantsToBeOnActiveScreen and screen instead [-Wdeprecated-declarations]
  222 |                     layershell->setScreenConfiguration(LayerShellQt::Window::ScreenConfiguration::ScreenFromQWindow);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/LayerShellQt/window.h:106:10: note: declared here
  106 |     void setScreenConfiguration(ScreenConfiguration screenConfiguration);
      |          ^~~~~~~~~~~~~~~~~~~~~~