8305b6fe3f
Change-Id: I105eb73065e02a4fa508d17f481047b32875f128 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
19 lines
606 B
CMake
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
|
|
)
|