fe23db053a
There's exactly one application that needs this functionality (kded/ kiod), but we should test it too. Change-Id: Icaa7fb2a490246bda156ffff143d210c6f5f207f Reviewed-by: David Faure <david.faure@kdab.com>
32 lines
784 B
Prolog
32 lines
784 B
Prolog
TEMPLATE=subdirs
|
|
|
|
# Run this test first
|
|
SUBDIRS=\
|
|
qdbusconnection_delayed
|
|
|
|
SUBDIRS+=\
|
|
qdbusabstractadaptor \
|
|
qdbusabstractinterface \
|
|
qdbusconnection \
|
|
qdbusconnection_no_app \
|
|
qdbusconnection_no_bus \
|
|
qdbusconnection_no_libdbus \
|
|
qdbusconnection_spyhook \
|
|
qdbuscontext \
|
|
qdbusinterface \
|
|
qdbuslocalcalls \
|
|
qdbusmarshall \
|
|
qdbusmetaobject \
|
|
qdbusmetatype \
|
|
qdbuspendingcall \
|
|
qdbuspendingreply \
|
|
qdbusreply \
|
|
qdbusservicewatcher \
|
|
qdbustype \
|
|
qdbusthreading \
|
|
qdbusxmlparser
|
|
|
|
!contains(QT_CONFIG,private_tests): SUBDIRS -= \
|
|
qdbusmarshall \
|
|
|