b1909fe118
Change-Id: I071fd862e001b766c9fb13106242edf23a608663 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
25 lines
576 B
Prolog
25 lines
576 B
Prolog
TARGET = bearermonitor
|
|
QT = core gui network widgets
|
|
|
|
HEADERS = sessionwidget.h \
|
|
bearermonitor.h
|
|
|
|
SOURCES = main.cpp \
|
|
bearermonitor.cpp \
|
|
sessionwidget.cpp
|
|
|
|
FORMS = bearermonitor_240_320.ui \
|
|
bearermonitor_640_480.ui \
|
|
sessionwidget.ui
|
|
|
|
win32:!wince*:LIBS += -lws2_32
|
|
wince*:LIBS += -lws2
|
|
|
|
CONFIG += console
|
|
|
|
# install
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/bearermonitor
|
|
sources.files = $$SOURCES $$HEADERS *.ui *.pro
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/network/bearermonitor
|
|
INSTALLS += target sources
|