summaryrefslogtreecommitdiffstats
path: root/tests/auto/qlowenergycontroller-gattserver/server/CMakeLists.txt
blob: eb1e93cdf2c87612d78b60aaee6a9443a075c664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#####################################################################
## server Binary:
#####################################################################

qt_internal_add_executable(server
    GUI
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}"
    SOURCES
        qlowenergycontroller-gattserver.cpp
    PUBLIC_LIBRARIES
        Qt::Bluetooth
)