summaryrefslogtreecommitdiffstats
path: root/examples/network/multicastreceiver/multicastreceiver.pro
blob: 958a13f11ddd9c71ce3b628a2d234c7f5c39ab9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS       = receiver.h
SOURCES       = receiver.cpp \
                main.cpp
QT           += network

# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastreceiver
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multicastreceiver.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastreceiver
INSTALLS += target sources

symbian: CONFIG += qt_example