Re: [CMake] [PATCH] Qt cross compile with cmake v2.8.4

2011-03-10 Thread Alexander Neundorf
On Thursday 10 March 2011, Markus Rathgeb wrote: > > Ok, and what was the error you were getting? > > Is this a problem because you have Qt installed in the same relative > > location from the non-rooted and rooted directory? > > QT_LIBRARY_DIR, QT_HEADERS_DIR, ... are detected fine in and with the

Re: [CMake] [PATCH] Qt cross compile with cmake v2.8.4

2011-03-10 Thread Markus Rathgeb
> Ok, and what was the error you were getting? > Is this a problem because you have Qt installed in the same relative location > from the non-rooted and rooted directory? QT_LIBRARY_DIR, QT_HEADERS_DIR, ... are detected fine in and with the given root path. Then FIND_PATH is used to find the modul

Re: [CMake] [PATCH] Qt cross compile with cmake v2.8.4

2011-03-10 Thread Markus Rathgeb
Sorry, I forgot the attachement. 2011/3/10 Markus Rathgeb : >> Ok, and what was the error you were getting? >> Is this a problem because you have Qt installed in the same relative location >> from the non-rooted and rooted directory? > > QT_LIBRARY_DIR, QT_HEADERS_DIR, ... are detected fine in and

Re: [CMake] [PATCH] Qt cross compile with cmake v2.8.4

2011-03-10 Thread Clinton Stimpson
On Thursday, March 10, 2011 01:54:00 am Markus Rathgeb wrote: > Hello! > > First of all, the root filesystem is created with ptxdist (if it is > known to you). > > >> I am using cmake for cross compiling of several Qt applications. > >> To do this with cmake v2.8.4 I have to change the FindQt4.cm

Re: [CMake] [PATCH] Qt cross compile with cmake v2.8.4

2011-03-10 Thread Markus Rathgeb
Hello! First of all, the root filesystem is created with ptxdist (if it is known to you). >> I am using cmake for cross compiling of several Qt applications. >> To do this with cmake v2.8.4 I have to change the FindQt4.cmake file. >> >> The variables QT_LIBRARY_DIR, QT_HEADERS_DIR, QT_BINARY_DIR

Re: [CMake] [PATCH] Qt cross compile with cmake v2.8.4

2011-03-09 Thread Clinton Stimpson
On Wednesday, March 09, 2011 11:16:46 am Markus Rathgeb wrote: > Hello! > > I am using cmake for cross compiling of several Qt applications. > To do this with cmake v2.8.4 I have to change the FindQt4.cmake file. > > The variables QT_LIBRARY_DIR, QT_HEADERS_DIR, QT_BINARY_DIR (...) will > already

[CMake] [PATCH] Qt cross compile with cmake v2.8.4

2011-03-09 Thread Markus Rathgeb
Hello! I am using cmake for cross compiling of several Qt applications. To do this with cmake v2.8.4 I have to change the FindQt4.cmake file. The variables QT_LIBRARY_DIR, QT_HEADERS_DIR, QT_BINARY_DIR (...) will already be prefixed with the CMAKE_FIND_ROOT_PATH variable value. For cross compilin