Qt-interest Archive, July 2007
Cross compiling Qt/X11
Message 1 in thread
Hello,
Is it possible to cross-compile Qt for X11?
I am trying to cross compile Qt 3.3.5 on RedHat Linux 9.0. I have GNU cross compiler chain for PowerPC. How can I use the same for generating QT libraries for PowerPC using the GNU cross toolchain for PowerPC.
Kindly help in this regard.
Thanks in advance.
Message 2 in thread
hi,
I don't know abt qt-X11 but you can cross compile qt-embedded easily.
Reagrds,
Niranjan.
On Wednesday 18 July 2007 07:35, Pankaj wrote:
> Hello,
>
> Is it possible to cross-compile Qt for X11?
>
> I am trying to cross compile Qt 3.3.5 on RedHat Linux 9.0. I have GNU cross
> compiler chain for PowerPC. How can I use the same for generating QT
> libraries for PowerPC using the GNU cross toolchain for PowerPC.
>
> Kindly help in this regard.
>
> Thanks in advance.
--
[ signature omitted ]
Message 3 in thread
On 7/17/07, Pankaj <pankaj@xxxxxxxxxxxxx> wrote:
>
> Is it possible to cross-compile Qt for X11?
>
> I am trying to cross compile Qt 3.3.5 on RedHat Linux 9.0. I have GNU
> cross compiler chain for PowerPC. How can I use the same for generating QT
> libraries for PowerPC using the GNU cross toolchain for PowerPC.
>
I know it's possible, because I know people who do it, but I'm not sure how
it is done. I know it involves using configure's -xplatform option and
creating your own directory in mkspecs/, i.e., ppc-linux-g++. I believe that
Trolltech does not support cross-compiling Qt/X11, so don't expect it to be
smooth.
Tom