qt5base-lts/tests/auto/dbus/dbus.pro
Thiago Macieira ea01d7784a And move the creation of connections to the thread
Now we know that all timers and socket notifiers get created only in the
QDBusConnectionManager thread.

Incidentally, this reduced code duplication.

Change-Id: I27eaacb532114dd188c4ffff13d5075a8d2efb0b
Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
2015-09-15 02:08:45 +00:00

25 lines
637 B
Prolog

TEMPLATE=subdirs
SUBDIRS=\
qdbusabstractadaptor \
qdbusabstractinterface \
qdbusconnection \
qdbusconnection_no_app \
qdbusconnection_no_bus \
qdbuscontext \
qdbusinterface \
qdbuslocalcalls \
qdbusmarshall \
qdbusmetaobject \
qdbusmetatype \
qdbuspendingcall \
qdbuspendingreply \
qdbusreply \
qdbusservicewatcher \
qdbustype \
qdbusthreading \
qdbusxmlparser
!contains(QT_CONFIG,private_tests): SUBDIRS -= \
qdbusmarshall \