qt5base-lts/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt
Alexandru Croitor 8305b6fe3f Regenerate tests/auto/dbus
Change-Id: I105eb73065e02a4fa508d17f481047b32875f128
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2019-11-13 10:11:39 +00:00

19 lines
606 B
CMake

# 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 # special case
OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/"
NO_INSTALL # special case
SOURCES
../myobject.h
qmyserver.cpp
PUBLIC_LIBRARIES
Qt::DBus
)