17 lines
431 B
Prolog
Raw Normal View History

2023-10-29 23:33:08 +01:00
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