PDA

View Full Version : G++ Qt Compile Issue



Peter_APIIT
30th September 2009, 12:04
Hello to all, i have create aGUI program in Window using Visua Studio Integration Plugin In but not i would like to compile this application in Linux.

I mean creating the GUI under QtCreator first after that in case need to include additional header then using command line to compile and execute.

Does anyone know how to do that ?

There are problem finding the ui file too.

Please help.

I using command line to compile.

Thanks.

wysota
30th September 2009, 12:40
Open commandline, run qmake, make. In case of missing files, make sure paths are correct and remember Unix filesystems are case sensitive.