75a9bd2a4f
Add protocol-specific code and the QSctpServer, QSctpSocket classes. Change-Id: Ie9a1d87bd1fda866a2405043d1c15c12ded5a96e Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
17 lines
431 B
Prolog
17 lines
431 B
Prolog
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
|