Trolltech Home | Qt-interest Home | Recent Threads | All Threads | Author | Date
All threads index page 1

Qt-interest Archive, June 2007
Re: Qtopia


Message 1 in thread

On Friday 01 June 2007 02:14, Brad Pepers wrote:
> Is there and explanation of how to take an application using Qt right
> now and make it work with Qtopia?  I have Qt 4.3 and Qtopia 4.3
> installed on my system and I usually compile the application against Qt
> and test it that way.  How do I now compile a version of the application
> against Qtopia so I can test running it stand-alone without X?

If you have used no windows or X specific code, you should be able to just 
recompile and link.
To test it, you will need to have compiled qvfb from the X11 package, run qvfb 
and then just
./example -qws
to run the app in the virtual framebuffer.

Enjoy!

-- 
 [ signature omitted ]