qt5base-lts/examples/network/multicastreceiver/multicastreceiver.pro
Lars Knoll e510b6e466 include fixes
Fixed the include statements
added QT+=widgets in examples/network to
get them to compile. Will need something better
than doing it manually.
2011-05-07 22:57:49 +02:00

15 lines
412 B
Prolog

QT += widgets
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