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

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

OTHER_FILES += \
    README.txt

DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0