Fix compilation on Harmattan
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>
This commit is contained in:
parent
6e13586d8b
commit
6a7da1fb58
@ -8,15 +8,9 @@ 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
|
||||
}
|
||||
FORMS = bearermonitor_240_320.ui \
|
||||
bearermonitor_640_480.ui \
|
||||
sessionwidget.ui
|
||||
|
||||
win32:!wince*:LIBS += -lws2_32
|
||||
wince*:LIBS += -lws2
|
||||
|
Loading…
Reference in New Issue
Block a user