Re: [CMake] CMake with Qt5

2013-03-23 Thread Alok Govil
Hi all, I had Qt4 functional with CMake, but cannot get Qt5 to work (have upgraded to the latest version of CMake). I have tried everything I could find including a prior post on the Cmake mailing list, to no avail. http://www.cmake.org/pipermail/cmake/2013-January/053259.html http://www.

Re: [CMake] Link something to future installed library

2013-03-23 Thread David Demelier
Le mercredi 13 mars 2013 11:35:13 Martin Koller a écrit : > On Tuesday 12 March 2013 20:53:21 David Demelier wrote: > > Thanks for your answer, however target_link_libraries() my modules to the > > target of core will link to the build binary directory as expected : > > > > markand@Melon .../src/m

Re: [CMake] Explicit _LIBRARIES and _INCLUDE_DIRS

2013-03-23 Thread Alexander Neundorf
On Friday 22 March 2013, Mateusz Loskot wrote: > On 22 March 2013 18:01, Sergei Nikulov wrote: > > 2013/3/22 Mateusz Loskot > > > >> I'm trying to build software which uses libE57 library which has > >> Xerces as dependency. > >> I build Xerces too as part of my project and I deploy it in custom