diff options
author | Tomi Vihria <tomi.vihria@nokia.com> | 2011-05-18 14:43:14 (GMT) |
---|---|---|
committer | Tomi Vihria <tomi.vihria@nokia.com> | 2011-05-18 14:43:14 (GMT) |
commit | 5933d4e4fb8b48ebed641e7f6b1d032df253df30 (patch) | |
tree | eefe59e6102ccd220691f330fa8dd41a585cffef /src/plugins/bearer/symbian | |
parent | e2320ec17446dc6e851fcf4ea2d998177b0d8049 (diff) | |
download | Qt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.zip Qt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.tar.gz Qt-5933d4e4fb8b48ebed641e7f6b1d032df253df30.tar.bz2 |
Fixing Linux compatibility issues for Symbian
Reviewed-by: Laszlo Agocs
Diffstat (limited to 'src/plugins/bearer/symbian')
-rw-r--r-- | src/plugins/bearer/symbian/symbian.pri | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/src/plugins/bearer/symbian/symbian.pri b/src/plugins/bearer/symbian/symbian.pri index 8d92f57..121cefb 100644 --- a/src/plugins/bearer/symbian/symbian.pri +++ b/src/plugins/bearer/symbian/symbian.pri @@ -19,13 +19,8 @@ LIBS += -lcommdb \ -linsock \ -lecom \ -lefsrv \ - -lnetmeta - -is_using_gnupoc { - LIBS += -lconnmon -} else { - LIBS += -lConnMon -} + -lnetmeta \ + -lconnmon QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/bearer target.path += $$[QT_INSTALL_PLUGINS]/bearer |