qt5base-lts/tests/auto/dbus/qdbusinterface/qmyserver/CMakeLists.txt

18 lines
519 B
CMake
Raw Normal View History

# 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
)