ea01d7784a
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>
25 lines
637 B
Prolog
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 \
|
|
|