summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/dbus/qdbusperformance/server/CMakeLists.txt
blob: c3a5ac3c8d01f30ff3e2d2da06d18b7701ec95ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Generated from server.pro.

#####################################################################
## server Binary:
#####################################################################

qt_internal_add_executable(server
    GUI
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    SOURCES
        ../serverobject.h
        server.cpp
    PUBLIC_LIBRARIES
        Qt::DBus
)