6a7da1fb58
Commit 87274e272d
removed the maemo "specific"
bearer monitory example .ui file, but the .pro file wasn't updated.
Change-Id: I9daa000fe3e4b69789519f53541c106d01748ffd
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
20 lines
357 B
Prolog
20 lines
357 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
|
|
|