Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-06-12 Thread Andrey .
08.06.10, 00:44, "Alexander Neundorf" : > Can you please put all that in the cmake bug tracker > (http://public.kitware.com/Bug) so all that information doesn't get lost ? I've posted a bug #10823. You can find it at [1]. [1] http://public.kitware.com/Bug/view.php?id=10823 -- Andrey Hippo. __

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-06-07 Thread Alexander Neundorf
On Saturday 05 June 2010, Andrey. wrote: > 03.06.10, 16:19, "Alexander Neundorf" : > > > > This can be done by > > > > - setting CMAKE_PREFIX_PATH so that it points to the base directory > > > > where that qmake is installed > > > > - setting QT_QMAKE_EXECUTABLE directly when running cmake: > >

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-06-05 Thread Andrey .
03.06.10, 16:19, "Alexander Neundorf" : > > > This can be done by > > > - setting CMAKE_PREFIX_PATH so that it points to the base directory where > > > that qmake is installed > > > - setting QT_QMAKE_EXECUTABLE directly when running cmake: > > > cmake -DQT_QMAKE_EXECUTABLE=/your/qmake > >

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-06-03 Thread Alexander Neundorf
On Tuesday 01 June 2010, Andrey. wrote: ... > Right, buildroot doesn't use virtual machines. > It compiles cross-toolchain, some tools and then use them to compile > packages for target system. > > > > Currently, I'm using some > > > hand-written environment, mostly resembling buildroot. It consist

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-06-01 Thread Andrey .
> > I think, the installation heavily differs depending on cross-compilation > > environment used (buildroot, scratchbox, etc). > > If I remember correctly, scratchbox means running a virtual machine, so from > this POV building inside scratchbox is not cross compiling, and in that > regard it shou

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-06-01 Thread Andrey .
I would like to know whether there is some progress on making FindQt4.cmake friends with cross-compilation. >>> Not much, unfortunately. >>> >> Not a piece of good news. > There actually has been a slow replacing of things that prevent > cross-compiling the last few cmake releases.

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-05-31 Thread Alexander Neundorf
On Monday 31 May 2010, Andrey. wrote: > >> I would like to know whether there is some progress on making > >> FindQt4.cmake friends with cross-compilation. > > > > Not much, unfortunately. > > Not a piece of good news. > > >> Writing to you, as you seems to be a maintainer of FindQt4.cmake in both

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-05-31 Thread Clinton Stimpson
On 05/31/2010 06:29 AM, Andrey. wrote: I would like to know whether there is some progress on making FindQt4.cmake friends with cross-compilation. Not much, unfortunately. Not a piece of good news. There actually has been a slow replacing of things that prevent cross-compil

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-05-31 Thread Andrey .
>> I would like to know whether there is some progress on making FindQt4.cmake >> friends with cross-compilation. > Not much, unfortunately. Not a piece of good news. >> Writing to you, as you seems to be a maintainer of FindQt4.cmake in both >> Cmake and KDE repositories. > Well, Clinton Stimpson

Re: [CMake] Cross-compilation vs FindQt4.cmake

2010-05-30 Thread Alexander Neundorf
Hi Andrey, On Thursday 27 May 2010, Andrey. wrote: > Hi Alexander, > > I would like to know whether there is some progress on making FindQt4.cmake > friends with cross-compilation. Not much, unfortunately. > I've read a discussion for this topic at [1] and [2]. > Also, at your blog, you wrote [3