summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycharacteristic/qlowenergycharacteristic.pro
diff options
context:
space:
mode:
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
+}