CMake Warning at CMakeLists.txt:79 (find_package): By not providing "FindShiboken6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Shiboken6", but CMake did not find one. Could not find a package configuration file provided by "Shiboken6" with any of the following names: Shiboken6Config.cmake shiboken6-config.cmake Add the installation prefix of "Shiboken6" to CMAKE_PREFIX_PATH or set "Shiboken6_DIR" to a directory containing one of the above files. If "Shiboken6" provides a separate development package or SDK, be sure it has been installed. CMake Warning at CMakeLists.txt:80 (find_package): By not providing "FindPySide6.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "PySide6", but CMake did not find one. Could not find a package configuration file provided by "PySide6" with any of the following names: PySide6Config.cmake pyside6-config.cmake Add the installation prefix of "PySide6" to CMAKE_PREFIX_PATH or set "PySide6_DIR" to a directory containing one of the above files. If "PySide6" provides a separate development package or SDK, be sure it has been installed. CMake Warning: Manually-specified variables were not used by the project: CMAKE_LD_FLAGS ECM_MKSPECS_INSTALL_DIR /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp: In member function ‘void KKeySequenceWidgetPrivate::init()’: /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp:159:37: warning: ‘void KKeySequenceRecorder::setModifierlessAllowed(bool)’ is deprecated: Since 6.12. use setPatterns() instead [-Wdeprecated-declarations] 159 | recorder->setModifierlessAllowed(false); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ In file included from /usr/include/KF6/KGuiAddons/KKeySequenceRecorder:1, from /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.h:14, from /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp:13: /usr/include/KF6/KGuiAddons/kkeysequencerecorder.h:171:76: note: declared here 171 | KGUIADDONS_DEPRECATED_VERSION(6, 12, "use setPatterns() instead") void setModifierlessAllowed(bool allowed); | ^~~~~~~~~~~~~~~~~~~~~~ /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp: In member function ‘bool KKeySequenceWidget::isModifierlessAllowed()’: /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp:487:44: warning: ‘bool KKeySequenceRecorder::modifierlessAllowed() const’ is deprecated: Since 6.12. use patterns() instead [-Wdeprecated-declarations] 487 | return d->recorder->modifierlessAllowed(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /usr/include/KF6/KGuiAddons/kkeysequencerecorder.h:176:73: note: declared here 176 | KGUIADDONS_DEPRECATED_VERSION(6, 12, "use patterns() instead") bool modifierlessAllowed() const; | ^~~~~~~~~~~~~~~~~~~ /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp: In member function ‘void KKeySequenceWidget::setModifierlessAllowed(bool)’: /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp:492:40: warning: ‘void KKeySequenceRecorder::setModifierlessAllowed(bool)’ is deprecated: Since 6.12. use setPatterns() instead [-Wdeprecated-declarations] 492 | d->recorder->setModifierlessAllowed(allow); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /usr/include/KF6/KGuiAddons/kkeysequencerecorder.h:171:76: note: declared here 171 | KGUIADDONS_DEPRECATED_VERSION(6, 12, "use setPatterns() instead") void setModifierlessAllowed(bool allowed); | ^~~~~~~~~~~~~~~~~~~~~~ /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp: In member function ‘bool KKeySequenceWidget::modifierOnlyAllowed() const’: /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp:497:44: warning: ‘bool KKeySequenceRecorder::modifierOnlyAllowed() const’ is deprecated: Since 6.12. use patterns() instead [-Wdeprecated-declarations] 497 | return d->recorder->modifierOnlyAllowed(); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~ /usr/include/KF6/KGuiAddons/kkeysequencerecorder.h:186:73: note: declared here 186 | KGUIADDONS_DEPRECATED_VERSION(6, 12, "use patterns() instead") bool modifierOnlyAllowed() const; | ^~~~~~~~~~~~~~~~~~~ /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp: In member function ‘void KKeySequenceWidget::setModifierOnlyAllowed(bool)’: /var/pisi/kxmlgui-6.12.0-73/work/kxmlgui-6.12.0/src/kkeysequencewidget.cpp:502:40: warning: ‘void KKeySequenceRecorder::setModifierOnlyAllowed(bool)’ is deprecated: Since 6.12. use setPatterns() instead [-Wdeprecated-declarations] 502 | d->recorder->setModifierOnlyAllowed(allow); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ /usr/include/KF6/KGuiAddons/kkeysequencerecorder.h:181:76: note: declared here 181 | KGUIADDONS_DEPRECATED_VERSION(6, 12, "use setPatterns() instead") void setModifierOnlyAllowed(bool allowed); | ^~~~~~~~~~~~~~~~~~~~~~