summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
blob: a10451f7a698abb0d3d2445cc9ba22ac1f79ad99 (plain)
1
2
3
4
5
6
7
8
9
10
TEMPLATE = subdirs
SUBDIRS += auto nfctestserver

linux*:!linux-armcc:contains(bluez_enabled, yes):contains(QT_CONFIG, dbus) {
    SUBDIRS += btclient
}

symbian {
    SUBDIRS += nfcsymbianbackend
}