summaryrefslogtreecommitdiffstats
path: root/examples/network/multistreamclient/CMakeLists.txt
blob: b9f10f3fd5e45600464380453a7dd2e117baeb1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Generated from multistreamclient.pro.

#####################################################################
## multistreamclient Binary:
#####################################################################

add_qt_executable(multistreamclient
    GUI
    OUTPUT_DIRECTORY "${INSTALL_EXAMPLESDIR}/network/multistreamclient"
    INSTALL_DIRECTORY "${INSTALL_EXAMPLESDIR}/network/multistreamclient"
    SOURCES
        chatconsumer.cpp chatconsumer.h
        client.cpp client.h
        consumer.h
        main.cpp
        movieconsumer.cpp movieconsumer.h
        timeconsumer.cpp timeconsumer.h
    LIBRARIES
        Qt::Network
        Qt::Widgets
)