Files
qt5.12.8/examples/network/multistreamclient/multistreamclient.pro
2025-08-26 22:57:23 +08:00

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