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