summaryrefslogtreecommitdiffstats
path: root/examples/network/multistreamclient/multistreamclient.pro
blob: ed887ab53e10f657bc11dea68baf5b7fece27b31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += network widgets

HEADERS       = client.h \
                consumer.h \
                movieconsumer.h \
                timeconsumer.h \
                chatconsumer.h
SOURCES       = client.cpp \
                movieconsumer.cpp \
                timeconsumer.cpp \
                chatconsumer.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/multistreamclient
INSTALLS += target