summaryrefslogtreecommitdiffstats
path: root/examples/network/broadcastreceiver/broadcastreceiver.pro
blob: 5c58962f3a45a04c9544ba9709b11aca3777b57b (plain)
1
2
3
4
5
6
7
8
9
10
11
QT += network widgets
requires(qtConfig(udpsocket))

HEADERS       = receiver.h
SOURCES       = receiver.cpp \
                main.cpp

# install
target.path = $$[QT_INSTALL_EXAMPLES]/network/broadcastreceiver
INSTALLS += target