summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-02-20 15:54:27 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-20 16:35:23 +0100
commit9025aa25fe46fdfda804d33aae7d39c887c51b68 (patch)
treec422e5140a6d71a635328590722479bff424ab7a /src
parent0ef22b7c2c643065792420034a01cee84ece03df (diff)
Make android compile on BTLE branch
Change-Id: I43d143b9a6f64c59912d696f71820201e773479a Reviewed-by: Nedim Hadzic <nhadzic@blackberry.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/bluetooth.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 928396ce..1d376b7a 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -133,7 +133,10 @@ config_bluez:qtHaveModule(dbus) {
qbluetoothserviceinfo_android.cpp \
qbluetoothservicediscoveryagent_android.cpp \
qbluetoothsocket_android.cpp \
- qbluetoothserver_android.cpp
+ qbluetoothserver_android.cpp \
+ qlowenergyserviceinfo_p.cpp \
+ qlowenergycharacteristicinfo_p.cpp \
+ qlowenergyprocess_p.cpp
} else {
message("Unsupported bluetooth platform, will not build a working QBluetooth library")