2018-10-24 13:20:27 +00:00
|
|
|
# Generated from qmyserver.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## qmyserver Binary:
|
|
|
|
#####################################################################
|
|
|
|
|
2019-01-31 09:22:33 +00:00
|
|
|
# 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
|
2018-10-24 13:20:27 +00:00
|
|
|
SOURCES
|
|
|
|
../myobject.h
|
|
|
|
qmyserver.cpp
|
|
|
|
LIBRARIES
|
2019-01-31 09:22:33 +00:00
|
|
|
Qt::Core
|
2018-10-24 13:20:27 +00:00
|
|
|
Qt::DBus
|
|
|
|
)
|