File: qbluetoothsocket.pro

package info (click to toggle)
qtconnectivity-opensource-src 5.7.1~20161021-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 9,824 kB
  • ctags: 5,044
  • sloc: cpp: 40,836; java: 1,167; xml: 732; ansic: 152; makefile: 20; sh: 9
file content (18 lines) | stat: -rw-r--r-- 391 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SOURCES += tst_qbluetoothsocket.cpp
TARGET = tst_qbluetoothsocket
CONFIG += testcase
testcase.timeout = 250 # this test is slow

QT = core concurrent network bluetooth testlib
osx:QT += widgets

OTHER_FILES += \
    README.txt

osx {
    DEFINES += QT_OSX_BLUETOOTH
} else:android {
    DEFINES += QT_ANDROID_BLUETOOTH
} config_bluez:qtHaveModule(dbus) {
    DEFINES += QT_BLUEZ_BLUETOOTH
}