summaryrefslogtreecommitdiffstats
path: root/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt
blob: fdbe5877853c1106d4e70ccfdc7a6c6bbad0843b (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
    NO_INSTALL # special case
    OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} # special case
    SOURCES
        ../myobject.h
        qmyserver.cpp
    LIBRARIES
        Qt::Core
        Qt::DBus
)