Re: [CMake] CMake fixup_bundle for ubuntu 16.04

2017-12-14 Thread Konstantin Tokarev
gt; -- > Daniel Schepler > > From: CMake [cmake-boun...@cmake.org] on behalf of Waldo Valenzuela via CMake > [cmake@cmake.org] > Sent: Wednesday, December 13, 2017 11:15 AM > To: Miklos Espak > Cc: cmake@cmake.org > Subject: Re: [C

Re: [CMake] CMake fixup_bundle for ubuntu 16.04

2017-12-13 Thread Waldo Valenzuela via CMake
on behalf of Waldo Valenzuela via CMake > [cmake@cmake.org] > Sent: Wednesday, December 13, 2017 11:15 AM > To: Miklos Espak > Cc: cmake@cmake.org > Subject: Re: [CMake] CMake fixup_bundle for ubuntu 16.04 > > Dear Miklos, > > thanks for the email, and your suggesti

Re: [CMake] CMake fixup_bundle for ubuntu 16.04

2017-12-13 Thread Daniel Schepler
] on behalf of Waldo Valenzuela via CMake [cmake@cmake.org] Sent: Wednesday, December 13, 2017 11:15 AM To: Miklos Espak Cc: cmake@cmake.org Subject: Re: [CMake] CMake fixup_bundle for ubuntu 16.04 Dear Miklos, thanks for the email, and your suggestions, but the problem with fix

Re: [CMake] CMake fixup_bundle for ubuntu 16.04

2017-12-13 Thread Waldo Valenzuela via CMake
Dear Konstantin, Thanks for the email, yes you are right, I was looking this tool time ago, but the fixup_bundle is just a part of the bigger problem, meaning if I want to create a DEB package with CMake/CPack, how I could tell CPACK to use linuxdeployqt, in runtime. CMake/CPack in windows

Re: [CMake] CMake fixup_bundle for ubuntu 16.04

2017-12-13 Thread Konstantin Tokarev
  13.12.2017, 22:16, "Waldo Valenzuela via CMake" :Dear Miklos, thanks for the email, and your suggestions, but the problem with fixup_bundle in ubuntu is that is not fixing the libraries locations from the executables meaning: if I execute the idd command like this “ idd ./app”

Re: [CMake] CMake fixup_bundle for ubuntu 16.04

2017-12-13 Thread Waldo Valenzuela via CMake
Dear Miklos, thanks for the email, and your suggestions, but the problem with fixup_bundle in ubuntu is that is not fixing the libraries locations from the executables meaning: if I execute the idd command like this “ idd ./app” where “app” is the executable, the locations of the library is

Re: [CMake] CMake fixup_bundle for ubuntu 16.04

2017-12-12 Thread Miklos Espak
Hi, you need to add the directory where the Qt libs have been installed (along with your application binaries) to the LD_LIBRARY_PATH. In your case it is '/home/waldo/Developer/install/Release/bratumia/bin/', as I see. Also, you do *not* need to add the Qt plugin directories to the library path.

[CMake] CMake fixup_bundle for ubuntu 16.04

2017-12-11 Thread Waldo Valenzuela via CMake
Dear All, I am working on a multi-platform desktop app with Qt5-VTK8, on Windows and Mac no problem to created the standalone app, but in Ubuntu 16.04 I have several problems. I am using CodeBlocks to compile and run the app, and from CodeBlocks when I run the app there is no problem, it