d32f47b703
Fix style issues along the way. Change-Id: Ic6a6de28e198eb0b14c198b802e78845703909b9 Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
23 lines
446 B
Prolog
23 lines
446 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]/network/bearermonitor
|
|
INSTALLS += target
|