https://bugs.kde.org/show_bug.cgi?id=487315
--- Comment #1 from Schrijvers Luc <[email protected]> --- Output in Terminal when running cmake -Bbuild -S. -DECM_DIR=/system/data/cmake/Modules/ECM/cmake on Haiku. (started from version 1.1.1). ``` CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'Kirigamiplugin' is a dependency of 'haruna', but the link target it defines (Kirigamiplugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'qtgraphicaleffectsplugin' is a dependency of 'haruna', but the link target it defines (Qt6::qtgraphicaleffectsplugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'KirigamiPlatformplugin' is a dependency of 'haruna', but the link target it defines (KirigamiPlatformplugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'KirigamiDelegatesplugin' is a dependency of 'haruna', but the link target it defines (KirigamiDelegatesplugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'KirigamiPrivatePlugin' is a dependency of 'haruna', but the link target it defines (KirigamiPrivatePlugin) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED CMake Warning at /boot/system/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:3393 (message): The qml plugin 'qtgraphicaleffectsprivateplugin' is a dependency of 'haruna', but the link target it defines (Qt6::qtgraphicaleffectsprivate) does not exist in the current scope. The plugin will not be linked. Call Stack (most recent call first): /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (qt6_import_qml_plugins) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:678 (cmake_language) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:774 (_qt_internal_finalize_executable) /boot/system/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:743:EVAL:1 (qt6_finalize_target) src/CMakeLists.txt:DEFERRED ``` qtgraphicaleffectsplugin seems to be from a missing dependency for libQt6Core5Compat, for the others I'm unsure what is missing. -- You are receiving this mail because: You are watching all bug changes.
