CMake Warning (dev) at /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3353 (message):
  Qt policy QTP0004 is not set: You need qmldir files for each extra
  directory that contains .qml files for your module.  Check
  https://doc.qt.io/qt-6/qt-cmake-policy-qtp0004.html for policy details.
  Use the qt_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3486 (__qt_internal_setup_policy)
  /usr/share/ECM/modules/ECMQmlModule6.cmake:149 (qt6_target_qml_sources)
  src/components/CMakeLists.txt:69 (ecm_target_qml_sources)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3353 (message):
  Qt policy QTP0004 is not set: You need qmldir files for each extra
  directory that contains .qml files for your module.  Check
  https://doc.qt.io/qt-6/qt-cmake-policy-qtp0004.html for policy details.
  Use the qt_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3486 (__qt_internal_setup_policy)
  /usr/share/ECM/modules/ECMQmlModule6.cmake:149 (qt6_target_qml_sources)
  src/dateandtime/CMakeLists.txt:42 (ecm_target_qml_sources)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3353 (message):
  Qt policy QTP0004 is not set: You need qmldir files for each extra
  directory that contains .qml files for your module.  Check
  https://doc.qt.io/qt-6/qt-cmake-policy-qtp0004.html for policy details.
  Use the qt_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3486 (__qt_internal_setup_policy)
  /usr/share/ECM/modules/ECMQmlModule6.cmake:149 (qt6_target_qml_sources)
  src/tableview/CMakeLists.txt:18 (ecm_target_qml_sources)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3353 (message):
  Qt policy QTP0004 is not set: You need qmldir files for each extra
  directory that contains .qml files for your module.  Check
  https://doc.qt.io/qt-6/qt-cmake-policy-qtp0004.html for policy details.
  Use the qt_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3486 (__qt_internal_setup_policy)
  /usr/share/ECM/modules/ECMQmlModule6.cmake:149 (qt6_target_qml_sources)
  src/treeview/CMakeLists.txt:14 (ecm_target_qml_sources)
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at /usr/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3353 (message):
  Qt policy QTP0004 is not set: You need qmldir files for each extra
  directory that contains .qml files for your module.  Check
  https://doc.qt.io/qt-6/qt-cmake-policy-qtp0004.html for policy details.
  Use the qt_policy command to set the policy and suppress this warning.

Call Stack (most recent call first):
  /usr/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3486 (__qt_internal_setup_policy)
  /usr/share/ECM/modules/ECMQmlModule6.cmake:149 (qt6_target_qml_sources)
  src/formcard/CMakeLists.txt:64 (ecm_target_qml_sources)
This warning is for project developers.  Use -Wno-dev to suppress it.

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

    CMAKE_LD_FLAGS


In file included from /var/pisi/kirigami-addons-1.7.0-6/work/kirigami-addons-1.7.0/src/treeview/treeviewplugin.cpp:7:
/var/pisi/kirigami-addons-1.7.0-6/work/kirigami-addons-1.7.0/src/treeview/treeviewplugin.h: In member function ‘QString TreeViewPlugin::resolveFilePath(const QString&) const’:
/var/pisi/kirigami-addons-1.7.0-6/work/kirigami-addons-1.7.0/src/treeview/treeviewplugin.h:24:23: warning: ‘QUrl QQmlExtensionPlugin::baseUrl() const’ is deprecated: Provide a qmldir file to remove the need for calling baseUrl [-Wdeprecated-declarations]
   24 |         return baseUrl().toLocalFile() + QLatin1Char('/') + path;
      |                ~~~~~~~^~
In file included from /usr/include/qt6/QtQml/QQmlExtensionPlugin:1,
                 from /var/pisi/kirigami-addons-1.7.0-6/work/kirigami-addons-1.7.0/src/treeview/treeviewplugin.h:9:
/usr/include/qt6/QtQml/qqmlextensionplugin.h:39:10: note: declared here
   39 |     QUrl baseUrl() const;
      |          ^~~~~~~
/var/pisi/kirigami-addons-1.7.0-6/work/kirigami-addons-1.7.0/src/treeview/treeviewplugin.h: In member function ‘QString TreeViewPlugin::resolveFileUrl(const QString&) const’:
/var/pisi/kirigami-addons-1.7.0-6/work/kirigami-addons-1.7.0/src/treeview/treeviewplugin.h:28:23: warning: ‘QUrl QQmlExtensionPlugin::baseUrl() const’ is deprecated: Provide a qmldir file to remove the need for calling baseUrl [-Wdeprecated-declarations]
   28 |         return baseUrl().toString() + QLatin1Char('/') + filePath;
      |                ~~~~~~~^~
/usr/include/qt6/QtQml/qqmlextensionplugin.h:39:10: note: declared here
   39 |     QUrl baseUrl() const;
      |          ^~~~~~~