summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/symbian/symbian.pri
blob: d45ce209a77c9f9ea772e164ce1160a073937cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

contains(SYMBIAN_VERSION, Symbian3) {
	message("Extended Inquiry Request supported")
	DEFINES += EIR_SUPPORTED
}

PRIVATE_HEADERS += \
    bluetooth/symbian/bluetoothlinkmanagerdevicediscoverer.h \
    bluetooth/symbian/utils_symbian_p.h

SOURCES += \
    bluetooth/symbian/bluetoothlinkmanagerdevicediscoverer.cpp

contains(btengconnman_symbian_enabled, yes) {
    DEFINES += USING_BTENGCONNMAN
    LIBS *=-lbtengconnman
    PRIVATE_HEADERS += \
        bluetooth/symbian/bluetoothsymbianpairingadapter.h
    SOURCES += \
        bluetooth/symbian/bluetoothsymbianpairingadapter.cpp
}

contains(btengdevman_symbian_enabled, yes) {
    DEFINES += USING_BTENGDEVMAN
    LIBS *=-lbtengdevman
    PRIVATE_HEADERS += \
        bluetooth/symbian/bluetoothsymbianregistryadapter.h
    SOURCES += \
        bluetooth/symbian/bluetoothsymbianregistryadapter.cpp
}