summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Zanetti <michael.zanetti@nokia.com>2012-02-10 10:18:03 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-14 16:00:41 +0100
commitab72983493fb482bcb480f23db8e945de03a5335 (patch)
tree89e017136fbaba8e13c365aa85d0d6f3d6c43d7a /src
parent3c81e2be20bcdd16bd99751868d170ab09bd0536 (diff)
nokia_test_framework is no more. Remove unneeded qmake check.
Change-Id: Ib2a829e7e9622f4e85cd5d091b076c38e6dccb78 Reviewed-by: Alex <alex.blasche@nokia.com>
Diffstat (limited to 'src')
-rw-r--r--src/bluetooth/bluetooth.pro6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/bluetooth/bluetooth.pro b/src/bluetooth/bluetooth.pro
index 93e82e71..23175d09 100644
--- a/src/bluetooth/bluetooth.pro
+++ b/src/bluetooth/bluetooth.pro
@@ -81,12 +81,6 @@ contains(config_test_bluez, yes):contains(QT_CONFIG, dbus) {
qbluetoothtransfermanager_bluez.cpp \
ql2capserver_bluez.cpp
- exists(/usr/include/test_framework_4711.h) {
- message(Activating Nokia Bluetooth Services)
- DEFINES += NOKIA_BT_SERVICES
- QT += serviceframework
- }
-
} else {
message("Unsupported bluetooth platform, will not build a working QBluetooth library")
message("Either no Qt dBus found or no Bluez headers")