b03133231b
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>
11 lines
224 B
Prolog
11 lines
224 B
Prolog
QT += network widgets
|
|
requires(qtConfig(udpsocket))
|
|
|
|
HEADERS = sender.h
|
|
SOURCES = sender.cpp \
|
|
main.cpp
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/network/broadcastsender
|
|
INSTALLS += target
|