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

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

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