qt5base-lts/examples/network/multicastsender/multicastsender.pro
Rainer Keller b03133231b qtlite: Skip building examples when configured with no-feature-udpsocket
Compiling the default examples should be possible without compile errors.

Task-number: QTBUG-46857
Change-Id: Ie323798df09cdbebc67eb617a7e0ec4c66cb2357
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2018-01-11 12:37:50 +00:00

11 lines
234 B
Prolog

HEADERS = sender.h
SOURCES = sender.cpp \
main.cpp
QT += network widgets
requires(qtConfig(udpsocket))
# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/multicastsender
INSTALLS += target