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);
| ^~~~~~~~~~~~~~~~~~~~~~