2011-04-27 10:05:43 +00:00
|
|
|
TARGET = bearermonitor
|
2011-05-07 20:57:49 +00:00
|
|
|
QT = core gui network widgets
|
2011-04-27 10:05:43 +00:00
|
|
|
|
|
|
|
HEADERS = sessionwidget.h \
|
|
|
|
bearermonitor.h
|
|
|
|
|
|
|
|
SOURCES = main.cpp \
|
|
|
|
bearermonitor.cpp \
|
|
|
|
sessionwidget.cpp
|
|
|
|
|
|
|
|
maemo5|maemo6|linux-g++-maemo {
|
|
|
|
DEFINES += MAEMO_UI
|
|
|
|
FORMS = bearermonitor_maemo.ui \
|
|
|
|
sessionwidget_maemo.ui
|
|
|
|
} else {
|
|
|
|
FORMS = bearermonitor_240_320.ui \
|
|
|
|
bearermonitor_640_480.ui \
|
|
|
|
sessionwidget.ui
|
|
|
|
}
|
|
|
|
|
|
|
|
win32:!wince*:LIBS += -lws2_32
|
|
|
|
wince*:LIBS += -lws2
|
|
|
|
|
|
|
|
CONFIG += console
|
|
|
|
|
2011-04-27 17:16:41 +00:00
|
|
|
symbian: {
|
|
|
|
TARGET.CAPABILITY = NetworkServices ReadUserData
|
2011-06-07 18:43:17 +00:00
|
|
|
CONFIG += qt_example
|
2011-04-27 17:16:41 +00:00
|
|
|
}
|
2011-06-07 18:43:17 +00:00
|
|
|
maemo5: CONFIG += qt_example
|
2011-04-27 17:16:41 +00:00
|
|
|
|
|
|
|
symbian: warning(This example might not fully work on Symbian platform)
|
|
|
|
maemo5: warning(This example might not fully work on Maemo platform)
|