summaryrefslogtreecommitdiffstats
path: root/tests/tests.pro
diff options
context:
space:
mode:
authorAlex Blasche <alexander.blasche@digia.com>2014-02-27 13:05:52 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-27 16:14:08 +0100
commit60d0dc7cdc93721647b331dc7a1ba5a820e1f65f (patch)
treeaf269c844e68a710a1b91f15f4ab7381cf5e8ee0 /tests/tests.pro
parent10e636b4e5a001ed2ffbb8e5c0a672904accc817 (diff)
Remove btclient
It is replaced by bttestui which runs on any platform and is the official test tool for a variety of other tests too. Task-number: QTBUG-22017 Change-Id: Ia675876375901a0f19d1820e2167729aa863bd34 Reviewed-by: Nedim Hadzic <nedimhadzija@gmail.com> Reviewed-by: Alex Blasche <alexander.blasche@digia.com>
Diffstat (limited to 'tests/tests.pro')
-rw-r--r--tests/tests.pro4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/tests.pro b/tests/tests.pro
index f9e886ec..96db8fd3 100644
--- a/tests/tests.pro
+++ b/tests/tests.pro
@@ -1,10 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += auto
-linux*:!linux-armcc:contains(bluez_enabled, yes):qtHaveModule(dbus) {
- SUBDIRS += btclient
-}
-
qtHaveModule(bluetooth):qtHaveModule(quick): SUBDIRS += bttestui
qtHaveModule(nfc): SUBDIRS += nfctestserver