qt6windows7/examples/network/multicastreceiver/multicastreceiver.pro

12 lines
231 B
Prolog
Raw Normal View History

2023-10-30 06:33:08 +08:00
QT += network widgets
requires(qtConfig(udpsocket))
HEADERS = receiver.h
SOURCES = receiver.cpp \
main.cpp
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/multicastreceiver
INSTALLS += target