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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


I/O warning : failed to load external entity "/usr/share/kf6/kdoctools/customization/xsl/pt-BR.xml"
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
No "pt_br" localization of "footer-doc-comment" exists; using "en".
No "pt_br" localization of "footer-doc-feedback" exists; using "en".
No "pt_br" localization of "footer-doc-teamname" exists; using "en".
/var/pisi/kblackbox-26.04.2-76/work/kblackbox-26.04.2/src/kbblevelconfigurationwidget.cpp: In constructor ‘KBBLevelConfigurationWidget::KBBLevelConfigurationWidget(QWidget*, int, int, int, KBBThemeManager*)’:
/var/pisi/kblackbox-26.04.2-76/work/kblackbox-26.04.2/src/kbblevelconfigurationwidget.cpp:26:26: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   26 |         kcfg_balls = new KPluralHandlingSpinBox(this);
      |                          ^~~~~~~~~~~~~~~~~~~~~~
In file included from /usr/include/KF6/KTextWidgets/KPluralHandlingSpinBox:1,
                 from /var/pisi/kblackbox-26.04.2-76/work/kblackbox-26.04.2/src/kbblevelconfigurationwidget.cpp:14:
/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
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kblackbox-26.04.2-76/work/kblackbox-26.04.2/src/kbblevelconfigurationwidget.cpp:32:105: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   32 |         connect(kcfg_balls, static_cast(&KPluralHandlingSpinBox::valueChanged), this, &KBBLevelConfigurationWidget::boxSizeChanged);
      |                                                                                                         ^~~~~~~~~~~~
/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
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kblackbox-26.04.2-76/work/kblackbox-26.04.2/src/kbblevelconfigurationwidget.cpp:34:28: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   34 |         kcfg_columns = new KPluralHandlingSpinBox(this);
      |                            ^~~~~~~~~~~~~~~~~~~~~~
/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
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kblackbox-26.04.2-76/work/kblackbox-26.04.2/src/kbblevelconfigurationwidget.cpp:41:107: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   41 |         connect(kcfg_columns, static_cast(&KPluralHandlingSpinBox::valueChanged), this, &KBBLevelConfigurationWidget::boxSizeChanged);
      |                                                                                                           ^~~~~~~~~~~~
/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
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kblackbox-26.04.2-76/work/kblackbox-26.04.2/src/kbblevelconfigurationwidget.cpp:43:25: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   43 |         kcfg_rows = new KPluralHandlingSpinBox(this);
      |                         ^~~~~~~~~~~~~~~~~~~~~~
/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
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~
/var/pisi/kblackbox-26.04.2-76/work/kblackbox-26.04.2/src/kbblevelconfigurationwidget.cpp:50:104: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
   50 |         connect(kcfg_rows, static_cast(&KPluralHandlingSpinBox::valueChanged), this, &KBBLevelConfigurationWidget::boxSizeChanged);
      |                                                                                                        ^~~~~~~~~~~~
/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
      |                                                                                                                                         ^~~~~~~~~~~~~~~~~~~~~~