summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro
diff options
context:
space:
mode:
authorEirik Aavitsland <eirik.aavitsland@theqtcompany.com>2016-03-18 13:59:44 +0100
committerEirik Aavitsland <eirik.aavitsland@qt.io>2016-04-29 11:04:51 +0000
commitd4211eda4eeb1de6daaa139932e7796d611babac (patch)
tree431f4a180c69f24f289429870151491c27984987 /tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro
parentf8759f683cfc433c432059e1160d2ab657baaec6 (diff)
Remove the traces of the discontinued android-no-sdk platform
Change-Id: I0358b76dd2b9fb2a6224c4b9b2082a748b2d5d7a Reviewed-by: Andy Nichols <andy.nichols@qt.io>
Diffstat (limited to 'tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro')
-rw-r--r--tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro b/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro
index 14c410e3..0eae09de 100644
--- a/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro
+++ b/tests/auto/qbluetoothserviceinfo/qbluetoothserviceinfo.pro
@@ -6,6 +6,6 @@ QT = core concurrent bluetooth testlib
osx:QT += widgets
-android:!android-no-sdk {
+android {
DEFINES += QT_ANDROID_BLUETOOTH
}