Spurious warnings from Qt5WebEngineCore.so while invoking Qt5 Application on SUSE12-SP4
-
Dear Expert,
I'm getting spurious warnings from Qt5WebEngineCore.so & QtWebEngineProcess while invoking my C++ Qt5-based Application. The Application uses QTWebEngine.
While the application invokes fine and the WebEngine works as expected, I was wondering if QtWebEngine experts could let me know what features will be affected by this warning message.
<Path to executable> /lib64/libdbus-1.so.3: no version information available (required by <Path to Qt shared libs>/libQt5WebEngineCore.so.5)
<Path to executable>/QtWebEngineProcess: : /lib64/libdbus-1.so.3: : no version information available (<Path to Qt shared libs>/libQt5WebEngineCore.so.5)no version information available (required by <Path to Qt shared libs>/libQt5WebEngineCore.so.5)While I do understand that upgrading the dbus-1 package to a later version will make the warning message go away. I would like to understand how this affects the QtWebEngine.
Looking forward to your prompt reply.