summaryrefslogtreecommitdiffstats
path: root/tests/auto/qbluetoothserver/qbluetoothserver.pro
blob: 870a28d7d2763ca26d224e705021e07c2668d5e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SOURCES += tst_qbluetoothserver.cpp
TARGET = tst_qbluetoothserver
CONFIG += testcase

QT = core concurrent bluetooth testlib
osx:QT += widgets
osx:CONFIG += insignificant_test

OTHER_FILES += \
    README.txt

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0