summaryrefslogtreecommitdiffstats
path: root/src/tools/sdpscanner/sdpscanner.pro
blob: e4773caed36155e10788c3e65315069b100e81fd (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

CONFIG += link_pkgconfig
PKGCONFIG_PRIVATE += bluez

load(qt_tool)

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