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

#####################################################################
## qmyserver_qdbusinterface Binary:
#####################################################################

qt_internal_add_executable(qmyserver_qdbusinterface
    OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
    NO_INSTALL # special case
    SOURCES
        ../myobject.h
        qmyserver.cpp
    LIBRARIES
        Qt::DBus
)