qt5base-lts/tests/auto/dbus
Thiago Macieira bd1f5b268a Make sure we don't call dbus_connection_can_send_type on too old libdbus
This function was introduced alongside the support for Unix file
descriptors, so it's a good indicator of whether Unix FDs are
supported. Ever since dbus_minimal_p.h, however, DBUS_TYPE_UNIX_FD may
be defined even if the system libs don't support it.

In order to fix this issue, I had to fix what was apparently a merge
conflict resolution mistake and remove the #ifdef around the test. Doing
the latter is a good idea due to moc being unable to find <dbus/dbus.h>.

This was tested with both linked and dynamically-loaded libdbus-1.

Task-number: QTBUG-46199
Change-Id: I66a35ce5f88941f29aa6ffff13dfb4b5438613a3
Reviewed-by: Jani Vähäkangas <jani.vahakangas@theqtcompany.com>
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
2015-05-26 07:20:35 +00:00
..
qdbusabstractadaptor Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusabstractinterface Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusconnection Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusconnection_no_bus Update copyright headers 2015-02-11 06:49:51 +00:00
qdbuscontext Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusinterface Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbuslocalcalls Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusmarshall Make sure we don't call dbus_connection_can_send_type on too old libdbus 2015-05-26 07:20:35 +00:00
qdbusmetaobject Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusmetatype Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbuspendingcall Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbuspendingreply Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusreply Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusservicewatcher Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbusthreading Tests: remove insignificant flag for dbus tests on osx 2015-03-27 18:37:30 +00:00
qdbustype Merge remote-tracking branch 'origin/5.4' into merge5.5 2015-05-08 13:26:44 +02:00
qdbusxmlparser Update copyright headers 2015-02-11 06:49:51 +00:00
dbus.pro Revert c3f485c525 2013-08-08 09:22:29 +02:00