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

    CMAKE_LD_FLAGS


/var/pisi/lxqt-session-2.4.0-30/work/lxqt-session-2.4.0/lxqt-leave/leavedialog.cpp: In member function ‘virtual void LeaveDialog::showEvent(QShowEvent*)’:
/var/pisi/lxqt-session-2.4.0-30/work/lxqt-session-2.4.0/lxqt-leave/leavedialog.cpp:149:51: warning: ‘void LayerShellQt::Window::setScreenConfiguration(ScreenConfiguration)’ is deprecated: Since 6.6. Use wantsToBeOnActiveScreen and screen instead [-Wdeprecated-declarations]
  149 |                 layershell->setScreenConfiguration(LayerShellQt::Window::ScreenConfiguration::ScreenFromCompositor);
      |                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /var/pisi/lxqt-session-2.4.0-30/work/lxqt-session-2.4.0/lxqt-leave/leavedialog.cpp:38:
/usr/include/LayerShellQt/window.h:106:10: note: declared here
  106 |     void setScreenConfiguration(ScreenConfiguration screenConfiguration);
      |          ^~~~~~~~~~~~~~~~~~~~~~