3e784f2be0
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>
18 lines
519 B
CMake
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
|
|
)
|