Details
-
Bug
-
Resolution: Out of scope
-
Not Evaluated
-
None
-
5.11.0
-
None
Description
On Ubuntu Trusty, after upgrading from Qt 5.10.1 to 5.11.x, can no longer link a project that uses DBus. Happens both on our project, and also on DBus-using Qt sample projects built in Qt Creator. Get a bunch of linker errors, example below. Was building successfully with Qt5.10.1.
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_message_copy@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_bus_register@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5WebEngineCore.so.5.11.1: undefined reference to `dbus_watch_get_data@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_server_set_timeout_functions@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_connection_close@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_message_get_signature@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_message_new_signal@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_message_iter_append_fixed_array@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_message_set_sender@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_message_get_type@LIBDBUS_1_3'
5.11.1/gcc_64/lib/libQt5DBus.so.5.11.1: undefined reference to `dbus_message_new_method_call@LIBDBUS_1_3'