summaryrefslogtreecommitdiffstats
path: root/src/tools/sdpscanner/sdpscanner.pro
blob: 78610ebddeb9fe43105d8a22facda049003b6dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
TEMPLATE = app
TARGET = sdpscanner

QT = core

SOURCES = main.cpp

QT_FOR_CONFIG += bluetooth-private
QMAKE_USE += bluez

load(qt_tool)

linux-*: {
    # bluetooth.h is not standards compliant
    CONFIG -= strict_c++
}