summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-02-12 16:31:07 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-15 21:57:12 +0100
commitb4bde05d8459cc57c25bac3f7be19fcf03908606 (patch)
tree422e1b1d385ac37e6d498c9f1733a1f422ab85d8 /tests/tests.pro
parentecf09a9da8685c0d6917cac0bfbae959a30754d0 (diff)
Add extensive test application for QtBluetooth
This application can be used to manually test most Bluetooth features. Change-Id: Ib7101ff2f5334026c67c2e00a852d6b10d4674e8 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index 9bf70104..f9e886ec 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -5,4 +5,6 @@ linux*:!linux-armcc:contains(bluez_enabled, yes):qtHaveModule(dbus) {
SUBDIRS += btclient
}
+qtHaveModule(bluetooth):qtHaveModule(quick): SUBDIRS += bttestui
+
qtHaveModule(nfc): SUBDIRS += nfctestserver