summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-04 14:09:34 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-06-11 12:03:12 +0200
commit516bc395a69f5dbe965c1e1da8580b5a6c38779f (patch)
tree3b360bf777426bbed5f1243118dd08b4883c8358 /tests/auto/auto.pro
parentb37dcff2f43e573771d3da89a35aa8e135f1c795 (diff)
Enable and fix the BTLE related unit tests
It seems they were added but never enabled. Due to recent API changes they didn't even compile. Change-Id: Ia2d8f6c87f5f02728b1e6451e828ff88bb4527d0 Reviewed-by: Lars Knoll <lars.knoll@digia.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 5a703944..509f67d0 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -16,7 +16,10 @@ qtHaveModule(bluetooth) {
qbluetoothtransfermanager \
qbluetoothtransferrequest \
qbluetoothuuid \
- qbluetoothserver
+ qbluetoothserver \
+ qlowenergycharacteristicinfo \
+ qlowenergydescriptorinfo \
+ qlowenergyserviceinfo
}
qtHaveModule(nfc) {