summaryrefslogtreecommitdiff
path: root/tests/auto/qbluetoothserver/CMakeLists.txt
blob: 6437488c6fd3e401fbad9cfd4f0a080e1180e2cf (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
# Generated from qbluetoothserver.pro.

#####################################################################
## tst_qbluetoothserver Test:
#####################################################################

qt_add_test(tst_qbluetoothserver
    SOURCES
        tst_qbluetoothserver.cpp
    PUBLIC_LIBRARIES
        Qt::BluetoothPrivate
        Qt::Concurrent
)

#### Keys ignored in scope 1:.:.:qbluetoothserver.pro:<TRUE>:
# OTHER_FILES = "README.txt"

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

qt_extend_target(tst_qbluetoothserver CONDITION APPLE_OSX
    PUBLIC_LIBRARIES
        Qt::Widgets
)