summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-06-30 12:32:18 +0200
committerAlex Blasche <alexander.blasche@digia.com>2014-07-02 16:17:18 +0200
commita354431ba0d8c057bd360c0b23565b650814ffc3 (patch)
tree6c590abd41bb79f8d920946e5cab9f2f115e9c9d /tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro
parentce09187a209ec50aa8699e160dfc4f481a0d5e51 (diff)
Rewrite QLowEnergyCharacteristic unit test
This change incorporates the change from QLECharacteristicInfo to QLECharacteristic. Change-Id: I0fc6d31b60975e3b0cccc7666df9c0555350f40f Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro')
-rw-r--r--tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro b/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro
new file mode 100644
index 00000000..33302d60
--- /dev/null
+++ b/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro
@@ -0,0 +1,9 @@
+SOURCES += tst_qlowenergycharacteristic.cpp
+TARGET = tst_qlowenergycharacteristic
+CONFIG += testcase
+
+QT = core bluetooth testlib
+DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+blackberry {
+ LIBS += -lbtapi
+}