summaryrefslogtreecommitdiffstats
path: root/src/tools/sdpscanner/CMakeLists.txt
blob: 483fea27a114e28a8b75c1086289dee345cb8f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Generated from sdpscanner.pro.

#####################################################################
## sdpscanner Tool:
#####################################################################

# special case begin
if(NOT TARGET PkgConfig::BLUEZ)
     qt_find_package(BlueZ PROVIDED_TARGETS PkgConfig::BLUEZ)
endif()
# special case end


qt_get_tool_target_name(target_name sdpscanner)
qt_internal_add_tool(${target_name}
    TOOLS_TARGET Bluetooth # special case
    SOURCES
        main.cpp
    PUBLIC_LIBRARIES
        PkgConfig::BLUEZ
)

#### Keys ignored in scope 1:.:.:sdpscanner.pro:<TRUE>:
# QT_FOR_CONFIG = "bluetooth-private"
# TEMPLATE = "app"

## Scopes:
#####################################################################