summaryrefslogtreecommitdiffstats
path: root/src/bluetooth/android/android.pri
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-03-03 13:45:04 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-03-11 10:58:35 +0100
commitb2cd03fb14c9727e23d5ada409551ab236d1abc6 (patch)
treecf81bfc2da2a9f5148cee8e1c5a8aa96a99bc4a7 /src/bluetooth/android/android.pri
parent6106ea0ebf52845a34a291a44730e81d4a3e9108 (diff)
Android: Don't directly use the action string values but refer to the fields.
This increases the robustness of the code since the field value is not an implementation detail. In addition we guard the action field lookup against fields which have been introduced later than the standard SDK version 10 supported by Qt. Task-number: QTBUG-36810 Change-Id: Ib6582e77202d40aaf116fe8dfa81562d89367ea2 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
Diffstat (limited to 'src/bluetooth/android/android.pri')
-rw-r--r--src/bluetooth/android/android.pri3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bluetooth/android/android.pri b/src/bluetooth/android/android.pri
index 3c8a0380..0507894f 100644
--- a/src/bluetooth/android/android.pri
+++ b/src/bluetooth/android/android.pri
@@ -4,7 +4,8 @@ PRIVATE_HEADERS += \
android/servicediscoverybroadcastreceiver_p.h \
android/androidbroadcastreceiver_p.h \
android/localdevicebroadcastreceiver_p.h \
- android/serveracceptancethread_p.h
+ android/serveracceptancethread_p.h \
+ android/jni_android_p.h
SOURCES += \