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

    CMAKE_LD_FLAGS
    ECM_MKSPECS_INSTALL_DIR


Note: Writing plasmoidviewer.1Note: Writing plasmaengineexplorer.1

Note: Writing plasmaengineexplorer.1
Note: Writing plasmoidviewer.1
Note: Writing kqml.1
Note: Writing plasmaengineexplorer.1
Note: Writing plasmoidviewer.1
Note: Writing plasmaengineexplorer.1
Note: Writing kqml.1
Note: Writing plasmoidviewer.1
Warn: meta author : no refentry/info/author                        plasmaengineexplorer
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  plasmaengineexplorer
Warn: meta author : no author data, so inserted a fixme            plasmaengineexplorer
Note: Writing plasmaengineexplorer.1
Warn: meta author : no refentry/info/author                        plasmoidviewer
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  plasmoidviewer
Warn: meta author : no author data, so inserted a fixme            plasmoidviewer
Note: Writing plasmoidviewer.1
Note: Writing plasmoidviewer.1
Note: Writing plasmaengineexplorer.1
Note: Writing plasmaengineexplorer.1
Note: Writing plasmaengineexplorer.1
Note: Writing plasmoidviewer.1
Note: Writing kqml.1
Note: Writing plasmoidviewer.1
Note: Writing plasmaengineexplorer.1
Note: Writing kqml.1
Note: Writing plasmaengineexplorer.1
Note: Writing plasmoidviewer.1
Note: Writing plasmoidviewer.1
Note: Writing plasmaengineexplorer.1
Note: Writing plasmoidviewer.1
Warn: meta author : no refentry/info/author                        plasmoidviewer
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  plasmoidviewer
Warn: meta author : no author data, so inserted a fixme            plasmoidviewer
Note: Writing plasmaengineexplorer.1
Note: Writing plasmoidviewer.1
Note: Writing plasmoidviewer.1
Warn: meta author : no refentry/info/author                        plasmaengineexplorer
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  plasmaengineexplorer
Warn: meta author : no author data, so inserted a fixme            plasmaengineexplorer
Note: Writing plasmaengineexplorer.1
Warn: meta author : no refentry/info/author                        plasmaengineexplorer
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  plasmaengineexplorer
Warn: meta author : no author data, so inserted a fixme            plasmaengineexplorer
Warn: meta author : no refentry/info/author                        plasmoidviewer
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  plasmoidviewer
Warn: meta author : no author data, so inserted a fixme            plasmoidviewer
Note: Writing plasmaengineexplorer.1
Note: Writing plasmoidviewer.1
Warn: meta author : no refentry/info/author                        plasmaengineexplorer
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  plasmaengineexplorer
Warn: meta author : no author data, so inserted a fixme            plasmaengineexplorer
Note: Writing plasmaengineexplorer.1Note: Writing plasmaengineexplorer.1

Warn: meta author : no refentry/info/author                        plasmoidviewer
Note: meta author : see http://www.docbook.org/tdg5/en/html/autho  plasmoidviewer
Warn: meta author : no author data, so inserted a fixme            plasmoidviewer
Note: Writing plasmoidviewer.1
Note: Writing plasmoidviewer.1
Note: Writing kqml.1
Note: Writing plasmaengineexplorer.1
Note: Writing kqml.1
Note: Writing plasmoidviewer.1
/var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/engineexplorer/engineexplorer.cpp: In static member function ‘static QString EngineExplorer::convertToString(const QVariant&)’:
/var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/engineexplorer/engineexplorer.cpp:319:23: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
  319 |     switch (value.type()) {
      |             ~~~~~~~~~~^~
In file included from /usr/include/qt6/QtGui/qaction.h:13,
                 from /usr/include/qt6/QtWidgets/qwidget.h:12,
                 from /usr/include/qt6/QtWidgets/qdialog.h:8,
                 from /usr/include/qt6/QtWidgets/QDialog:1,
                 from /var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/engineexplorer/engineexplorer.h:13,
                 from /var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/engineexplorer/engineexplorer.cpp:7:
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/engineexplorer/engineexplorer.cpp: In member function ‘void EngineExplorer::showData(QStandardItem*, int, const QString&, const QVariant&)’:
/var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/engineexplorer/engineexplorer.cpp:462:62: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
  462 |     } else if (value.canConvert() && value.type() != QVariant::String && value.type() != QVariant::ByteArray) {
      |                                                    ~~~~~~~~~~^~
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/engineexplorer/engineexplorer.cpp:462:98: warning: ‘QVariant::Type QVariant::type() const’ is deprecated: Use typeId() or metaType(). [-Wdeprecated-declarations]
  462 |     } else if (value.canConvert() && value.type() != QVariant::String && value.type() != QVariant::ByteArray) {
      |                                                                                        ~~~~~~~~~~^~
/usr/include/qt6/QtCore/qvariant.h:433:10: note: declared here
  433 |     Type type() const
      |          ^~~~
/var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/plasmoidviewer/view.cpp: In member function ‘virtual int ViewerCorona::screenForContainment(const Plasma::Containment*) const’:
/var/pisi/plasma-sdk-6.3.2-83/work/plasma-sdk-6.3.2/plasmoidviewer/view.cpp:49:57: warning: unused parameter ‘containment’ [-Wunused-parameter]
   49 |     int screenForContainment(const Plasma::Containment *containment) const override
      |                              ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~