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".
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".
In file included from /var/pisi/kmines-26.04.3-77/work/kmines-26.04.3/src/mainwindow.cpp:15:
/var/pisi/kmines-26.04.3-77/work/kmines-26.04.3/build/src/ui_customgame.h:28:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
28 | KPluralHandlingSpinBox *kcfg_CustomWidth;
| ^~~~~~~~~~~~~~~~
In file included from /var/pisi/kmines-26.04.3-77/work/kmines-26.04.3/build/src/ui_customgame.h:19:
/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/kmines-26.04.3-77/work/kmines-26.04.3/build/src/ui_customgame.h:30:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
30 | KPluralHandlingSpinBox *kcfg_CustomHeight;
| ^~~~~~~~~~~~~~~~~
/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/kmines-26.04.3-77/work/kmines-26.04.3/build/src/ui_customgame.h:32:29: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
32 | KPluralHandlingSpinBox *kcfg_CustomMines;
| ^~~~~~~~~~~~~~~~
/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/kmines-26.04.3-77/work/kmines-26.04.3/build/src/ui_customgame.h: In member function ‘void Ui_CustomGameConfig::setupUi(QWidget*)’:
/var/pisi/kmines-26.04.3-77/work/kmines-26.04.3/build/src/ui_customgame.h:48:32: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
48 | kcfg_CustomWidth = new KPluralHandlingSpinBox(CustomGameConfig);
| ^~~~~~~~~~~~~~~~~~~~~~
/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/kmines-26.04.3-77/work/kmines-26.04.3/build/src/ui_customgame.h:58:33: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
58 | kcfg_CustomHeight = new KPluralHandlingSpinBox(CustomGameConfig);
| ^~~~~~~~~~~~~~~~~~~~~~
/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/kmines-26.04.3-77/work/kmines-26.04.3/build/src/ui_customgame.h:68:32: warning: ‘KPluralHandlingSpinBox’ is deprecated: Since 6.6. use KLocalization::setupSpinBoxFormatString() from KF6::I18n instead [-Wdeprecated-declarations]
68 | kcfg_CustomMines = new KPluralHandlingSpinBox(CustomGameConfig);
| ^~~~~~~~~~~~~~~~~~~~~~
/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
| ^~~~~~~~~~~~~~~~~~~~~~