|
find_package(Qt5Network 5.4 REQUIRED) |
There is a bug in versions of Qt earlier than 5.9 where QUdpSocket::joinMulticastGroup() does not cope with multi-homed devices [QTBUG-27641]. I suggest bumping the minimum version to a least 5.9 to avoid the issue.