mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2024-11-23 12:07:03 +08:00
12 lines
231 B
Prolog
12 lines
231 B
Prolog
QT += network widgets
|
|
requires(qtConfig(udpsocket))
|
|
|
|
HEADERS = receiver.h
|
|
SOURCES = receiver.cpp \
|
|
main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/multicastreceiver
|
|
INSTALLS += target
|
|
|