summaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-27 12:33:05 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-28 06:32:06 +0000
commite86249d3d08b5592c6a3d3d86e3119dd1436e816 (patch)
treee828cf7799502ae1ade5282884e9574a35b2dc26 /tests/auto/auto.pro
parentca0212b5b80d44db5ddac9d489dd2726718674bf (diff)
Test Q_DECLARE_OPERATORS_FOR_FLAGS operators
This global operator was added to QBluetoothDeviceInfo and QLowEnergyService flags. Change-Id: Ic841cf8c08a2289a9c112dc6283c8891dcc8750e Reviewed-by: Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a5e66030..9bbf792d 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -19,7 +19,8 @@ qtHaveModule(bluetooth) {
qbluetoothserver \
qlowenergycharacteristic \
qlowenergydescriptor \
- qlowenergycontroller
+ qlowenergycontroller \
+ qlowenergyservice
}
qtHaveModule(nfc) {