64c6c943c7
Change-Id: I7a8a3fd0a844a518592957fe07c6e707dd452d5f Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
36 lines
888 B
CMake
36 lines
888 B
CMake
# Generated from pingpong.pro.
|
|
|
|
#####################################################################
|
|
## ping Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(ping
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/dbus/pingpong"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/dbus/pingpong"
|
|
SOURCES
|
|
ping.cpp
|
|
ping-common.h
|
|
LIBRARIES
|
|
# Remove: gui
|
|
Qt::DBus
|
|
)
|
|
#####################################################################
|
|
## pong Binary:
|
|
#####################################################################
|
|
|
|
add_qt_executable(pong
|
|
GUI
|
|
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/dbus/pingpong"
|
|
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/dbus/pingpong"
|
|
SOURCES
|
|
ping-common.h
|
|
pong.cpp pong.h
|
|
LIBRARIES
|
|
# Remove: gui
|
|
Qt::DBus
|
|
)
|
|
|
|
if(WIN32)
|
|
endif()
|