blob: 269a5dd73c1afc9ce11578e797548e18e5851ad2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
TEMPLATE=subdirs
SUBDIRS=\
qdbusabstractadaptor \
qdbusabstractinterface \
qdbusconnection \
qdbuscontext \
qdbusinterface \
qdbuslocalcalls \
qdbusmarshall \
qdbusmetaobject \
qdbusmetatype \
qdbuspendingcall \
qdbuspendingreply \
qdbusreply \
qdbusservicewatcher \
qdbustype \
qdbusthreading \
qdbusxmlparser \
qdbusxmlgenerator \
!contains(QT_CONFIG, private_tests): SUBDIRS -= \
qdbusmarshall \
|