hi all, i installed Qt4 and Qt creator. now i need to know how can i run an application with in command line.
I installed QT and QT creator. If i need to create a project i need to open the Qt Creator and create new project and write the code there, compile/build with the QT creator. Is that the procedure in QT. So in this case am not aware of how build and executions happening.
I would like know in depth, how to create a .pro file manually(not with QT Creator). and how to compile it out side the QT creator. (SIMPLY I DON'T WANT TO USE QT-CREATOR, BUT I NEED TO WRITE QT PROGRAMS... :D)