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