[Qt-embedded-interest] hoe to run application on Embedded Linux

Chris Pane chris.pane at labxtechnologies.com
Fri Mar 20 14:46:59 CET 2009


>
> I have created an application using Qt creator in my Windows Vista and
> like to run it on embedded linux(Moto Roker E6). Since I am new to Qt
> please help me out by answering the below queries.
>
> 1. Do I have to install Qt on embedded linux? if yes , can I install it
> from windows vista? what is the procedure?
>

You will need to:

1. Cross compile the Qt library's to your target platform on a Linux
computer (EmbeddedToolkit is Linux only)
2. Cross compile you app and link against the Cross Compiled Qt libraries

#1 is your biggest challenge If you platform is not supported you will have
to port Qt to that platform. Trolltech has very good docs talking about this
on their web site. Go check them out for more details. Also the example in
the mkspecs will help you out. You might be able to use one of the examples
in there as a start.

2. Can I directly copy the application on  E6? if yes, how do i do the
> compilation?
>

No, See #1 above


>
> Please give some details steps to run in E6.
>

Docs on Trolltech site should help you out for general porting.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-embedded-interest/attachments/20090320/7d3e03dd/attachment.html 


More information about the Qt-embedded-interest mailing list