When building with newer Qt versions, the following deprecation warning is reported:
CMake Deprecation Warning at C:/Qt/6.11.0/msvc2022_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3551 (message): Qt policy QTP0001 is set to OLD. Support for the old behavior will be removed in a future major version of Qt. Call Stack (most recent call first): C:/Qt/6.11.0/msvc2022_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:816 (__qt_internal_setup_policy) C:/Qt/6.11.0/msvc2022_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:1507 (qt6_add_qml_module) D:/Git/BDE-18/libs/private/RiveQtQuickPlugin/src/RiveQtQuickItem/CMakeLists.txt:64 (qt_add_qml_module)
It should be checked whether RiveQtQuickPlugin needs to be updated to support newer Qt versions and to avoid deprecated Qt policy usage.
When building with newer Qt versions, the following deprecation warning is reported:
CMake Deprecation Warning at C:/Qt/6.11.0/msvc2022_64/lib/cmake/Qt6Core/Qt6CoreMacros.cmake:3551 (message): Qt policy QTP0001 is set to OLD. Support for the old behavior will be removed in a future major version of Qt. Call Stack (most recent call first): C:/Qt/6.11.0/msvc2022_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:816 (__qt_internal_setup_policy) C:/Qt/6.11.0/msvc2022_64/lib/cmake/Qt6Qml/Qt6QmlMacros.cmake:1507 (qt6_add_qml_module) D:/Git/BDE-18/libs/private/RiveQtQuickPlugin/src/RiveQtQuickItem/CMakeLists.txt:64 (qt_add_qml_module)It should be checked whether RiveQtQuickPlugin needs to be updated to support newer Qt versions and to avoid deprecated Qt policy usage.