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

    CMAKE_LD_FLAGS


/var/pisi/lxqt-runner-2.4.0-28/work/lxqt-runner-2.4.0/dialog.cpp: In member function ‘virtual void Dialog::showEvent(QShowEvent*)’:
/var/pisi/lxqt-runner-2.4.0-28/work/lxqt-runner-2.4.0/dialog.cpp:246:55: warning: ‘void LayerShellQt::Window::setScreenConfiguration(ScreenConfiguration)’ is deprecated: Since 6.6. Use wantsToBeOnActiveScreen and screen instead [-Wdeprecated-declarations]
  246 |                     layershell->setScreenConfiguration(LayerShellQt::Window::ScreenConfiguration::ScreenFromQWindow);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/LayerShellQt/Window:1,
                 from /var/pisi/lxqt-runner-2.4.0-28/work/lxqt-runner-2.4.0/dialog.cpp:61:
/usr/include/LayerShellQt/window.h:106:10: note: declared here
  106 |     void setScreenConfiguration(ScreenConfiguration screenConfiguration);
      |          ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/lxqt-runner-2.4.0-28/work/lxqt-runner-2.4.0/dialog.cpp:251:55: warning: ‘void LayerShellQt::Window::setScreenConfiguration(ScreenConfiguration)’ is deprecated: Since 6.6. Use wantsToBeOnActiveScreen and screen instead [-Wdeprecated-declarations]
  251 |                     layershell->setScreenConfiguration(LayerShellQt::Window::ScreenConfiguration::ScreenFromCompositor);
      |                     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/LayerShellQt/window.h:106:10: note: declared here
  106 |     void setScreenConfiguration(ScreenConfiguration screenConfiguration);
      |          ^~~~~~~~~~~~~~~~~~~~~~