summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt
blob: bbbe1e86335e13cd2ca4f261912fcb3061a44260 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Generated from qmyserver.pro.

#####################################################################
## qmyserver Binary:
#####################################################################

# Can't be called qmyserver since the qdbusabstractadaptor test
# already has a executable target named like that, so use
# a different target name and then rename the binary
add_qt_executable(qmyserver_qdbusinterface
    SOURCES
        ../myobject.h
        qmyserver.cpp
    LIBRARIES
        Qt::Core
        Qt::DBus
)

set_target_properties(qmyserver_qdbusinterface PROPERTIES OUTPUT_NAME qmyserver)