qt6-bb10/examples/network/network-chat/CMakeLists.txt

24 lines
684 B
CMake

# Generated from network-chat.pro.
#####################################################################
## network-chat Binary:
#####################################################################
add_qt_executable(network-chat
GUI
OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/network/network-chat"
INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/network/network-chat"
SOURCES
chatdialog.cpp chatdialog.h chatdialog.ui
client.cpp client.h
connection.cpp connection.h
main.cpp
peermanager.cpp peermanager.h
server.cpp server.h
PUBLIC_LIBRARIES
Qt::Network
Qt::Widgets
ENABLE_AUTOGEN_TOOLS
uic
)