CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_LD_FLAGS
ECM_MKSPECS_INSTALL_DIR
/var/pisi/libkleo-25.04.3-64/work/libkleo-25.04.3/src/ui/newkeyapprovaldialog.cpp: In member function ‘void Kleo::NewKeyApprovalDialog::Private::generateKey(Kleo::KeySelectionCombo*)’:
/var/pisi/libkleo-25.04.3-64/work/libkleo-25.04.3/src/ui/newkeyapprovaldialog.cpp:413:25: warning: ‘void QGpgME::QuickJob::startCreate(const QString&, const char*, const QDateTime&, const GpgME::Key&, unsigned int)’ is deprecated [-Wdeprecated-declarations]
413 | job->startCreate(addr, nullptr);
| ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
In file included from /usr/include/qgpgme-qt6/QGpgME/QuickJob:1,
from /var/pisi/libkleo-25.04.3-64/work/libkleo-25.04.3/src/ui/newkeyapprovaldialog.cpp:36:
/usr/include/qgpgme-qt6/qgpgme/quickjob.h:67:28: note: declared here
67 | QGPGME_DEPRECATED void startCreate(const QString &uid,
| ^~~~~~~~~~~