qt5base-lts/examples/network/multicastsender/multicastsender.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

13 lines
395 B
Prolog

HEADERS = sender.h
SOURCES = sender.cpp \
main.cpp
QT += network widgets
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastsender
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS multicastsender.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/multicastsender
INSTALLS += target sources
symbian: CONFIG += qt_example