PDA

View Full Version : Question about running an application with Qt creator



Master_of_ec
30th July 2010, 20:30
hi every one

I'm using linux(ubuntu-10.04 LTS) & Windows7

I have to run (.pro) file to get (executable) application

Qt with ubuntu it run's & produces sys. file but it doesn't execute on windows
Qt with Win.7 make errors


http://img683.imageshack.us/img683/1289/98371518.jpg

http://img713.imageshack.us/img713/1867/61591997.jpg

http://img838.imageshack.us/img838/3170/82577990.jpg

please tell me solution for this problem
or ...... how to get .exe file from running .pro file on Qt4 creator on ubuntu

thanks a lot

GreenScape
30th July 2010, 23:37
...\QMK-communicator\/Dialogs...

looks nice :)


how to get .exe file from running .pro file on Qt4 creator on ubuntu

you can't! '.exe' is Windows executables. I dont think there is linux compiler that creates window executables :)

Qt is cross-platform. Just compele your source under Windows version of QtCreator with Qt binaries for windows, and be happy ;)

Master_of_ec
31st July 2010, 00:49
...\QMK-communicator\/Dialogs...

looks nice :)



you can't! '.exe' is Windows executables. I dont think there is linux compiler that creates window executables :)

Qt is cross-platform. Just compele your source under Windows version of QtCreator with Qt binaries for windows, and be happy ;)


Many thanks to you

I know that I can't make executable file with linux
I said that Qt4 on ubuntu produces (sys)file ....

thanks at all
I'll try ,,, then feed you back

Lykurg
31st July 2010, 06:27
I know that I can't make executable file with linux Well, actually you can. See cross compiling (http://silmor.de/29).