summaryrefslogtreecommitdiffstats
path: root/examples/network/multicastreceiver/multicastreceiver.pro
blob: 6906fc6cb588486da377a20e278d67d383c95bda (plain)
1
2
3
4
5
6
7
8
9
10
QT += network widgets

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

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