summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/symbian/symbian.pri
diff options
context:
space:
mode:
Diffstat (limited to 'src/bluetooth/symbian/symbian.pri')
-rw-r--r--src/bluetooth/symbian/symbian.pri30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/bluetooth/symbian/symbian.pri b/src/bluetooth/symbian/symbian.pri
new file mode 100644
index 00000000..d45ce209
--- /dev/null
+++ b/src/bluetooth/symbian/symbian.pri
@@ -0,0 +1,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
+}