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

2013-07-09 Thread Rafael Roquetto
On Tue, Jul 09, 2013 at 10:40:46AM +0200, Stephen Kelly wrote: > On Tuesday, July 09, 2013 10:32:19 Stephen Kelly wrote: > > and confirmed this. I don't know what causes it. I think it's a cmake > > issue, rather than a Qt issue. > > Sorry, I read your mail more closely, and I think you're right

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

2013-07-09 Thread Stephen Kelly
On Tuesday, July 09, 2013 10:32:19 Stephen Kelly wrote: > and confirmed this. I don't know what causes it. I think it's a cmake > issue, rather than a Qt issue. Sorry, I read your mail more closely, and I think you're right about the problem being that the Qt binaries do not have SONAME set. Th

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

2013-07-08 Thread Simon Lees
On 07/09/2013 03:03 PM, Charles Yin wrote: CMake automatically adds rpaths to all targets, which you are linking with target_link_libraries(). To switch it off there is |CMAKE_SKIP_RPATH| option. See http://www.cmake.org/Wiki/CMake_RPATH_handling for more details. I just tried set (CMAKE_

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

2013-07-08 Thread Charles Yin
CMake automatically adds rpaths to all targets, which you are linking with target_link_libraries(). To switch it off there is CMAKE_SKIP_RPATH option. See http://www.cmake.org/Wiki/CMake_RPATH_handling for more details. 2013/7/9 Simon Lees > Hi All, > I have been trying to build our Medium