aboutsummaryrefslogtreecommitdiffstats
path: root/examples/androidextras/services/services.pro
blob: 0d567d6f41920380f7c51470f5410cadc3981c93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = subdirs

SUBDIRS += \
    servicesameprocess \
    servicebinder \
    servicebroadcast \
    servicebroadcastsamelib

qtHaveModule(remoteobjects) {
    SUBDIRS += \
        serviceremoteobjects \
        serviceremoteobjectssamelib
}