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_
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
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