Re: [Development] Linking release build of webkit with debug build of Qt

2013-07-11 Thread Saether Jan-Arve
You shouldn't mix debug and release libraries. It will most likely cause your application to malfunction. If you need webkit in release mode you should also build the rest of Qt in release mode. Jan Arve From: development-bounces+jan-arve.saether=digia@qt-project.org [mailto:development-b

Re: [Development] Android missing SONAME in lib's causes

2013-07-11 Thread Rafael Roquetto
On Thu, Jul 11, 2013 at 10:31:30AM +0930, Simon Lees wrote: > Hi, > > I have tried adding > set (CMAKE_SHARED_LIBRARY_SONAME_C_FLAG > "${CMAKE_SHARED_LIBRARY_SONAME_C_FLAG} -soname") > and alternatively > set (CMAKE_SHARED_LIBRARY_SONAME_C_FLAG "-soname") > To both my CMakeLists.txt and the toolc

Re: [Development] Android missing SONAME in lib's causes

2013-07-11 Thread Rafael Roquetto
On Thu, Jul 11, 2013 at 09:14:39AM -0300, Rafael Roquetto wrote: > On Thu, Jul 11, 2013 at 10:31:30AM +0930, Simon Lees wrote: > > Hi, > > > > I have tried adding > > set (CMAKE_SHARED_LIBRARY_SONAME_C_FLAG > > "${CMAKE_SHARED_LIBRARY_SONAME_C_FLAG} -soname") > > and alternatively > > set (CMAKE_