hi, it is the first time i make a Qt application and i found aproblem.
i am using Qt4 and MinGW i have made the application as following:

qmake -project
qmake hello.pro
make


then to run the program i must run it from the command prompet, i am using windows.
there is any way to run the program by double click?
thank you