PDA

View Full Version : Compile Qt4 program for windows in Ubuntu?



Kimm
June 17th, 2007, 01:24 PM
hey all!

I'm writing a simple mencoder frontend in Qt4 and would like to be able to share it with my Windows friends (running windows).

Can anyone tell me how to compile a Qt4 program for windows in Ubuntu? :)

mostwanted
June 17th, 2007, 06:00 PM
hey all!

I'm writing a simple mencoder frontend in Qt4 and would like to be able to share it with my Windows friends (running windows).

Can anyone tell me how to compile a Qt4 program for windows in Ubuntu? :)

Using a C++ compiler with Qt API in WINE maybe? :)

Kimm
June 17th, 2007, 07:31 PM
Using a C++ compiler with Qt API in WINE maybe? :)

Yes... that sounds like an option, I also found a tutorial (http://silmor.de/29) for this, but it looks a bit... complicated :-P