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>
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/broadcastreceiver
|
|
INSTALLS += target
|
|
|