qt5base-lts/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt
Albert Astals Cid 3e784f2be0 cmake: we need two different qmyserver names
All the binaries now end up in bin/ and since the two qmyservers used
for testing dbus have slightly different implementations we need both,
so rename one to qmyserver_qdbusinterface

Change-Id: I1db1aa8f96f35c6ca41254295e2477c35f915850
Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
2019-02-11 11:07:38 +00:00

18 lines
519 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
SOURCES
../myobject.h
qmyserver.cpp
LIBRARIES
Qt::Core
Qt::DBus
)