summaryrefslogtreecommitdiffstats
path: root/examples/network/network-chat/CMakeLists.txt
blob: d620d899d132cf90f923c046e1f32fc19bc73a79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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
)