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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


/var/pisi/libksane-26.04.3-76/work/libksane-26.04.3/src/widgets/labeledslider.cpp: In member function ‘void KSaneIface::LabeledSlider::initSlider(int, int, int)’:
/var/pisi/libksane-26.04.3-76/work/libksane-26.04.3/src/widgets/labeledslider.cpp:93:19: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   93 |     m_spinb = new KPluralHandlingSpinBox(this);
      |                   ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KF6/KTextWidgets/KPluralHandlingSpinBox:1,
                 from /var/pisi/libksane-26.04.3-76/work/libksane-26.04.3/src/widgets/labeledslider.cpp:16:
/usr/include/KF6/KTextWidgets/kpluralhandlingspinbox.h:30:137: note: declared here
   30 | class KTEXTWIDGETS_EXPORT KTEXTWIDGETS_DEPRECATED_VERSION(6, 6, "use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead") KPluralHandlingSpinBox
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~