it gave an error ::Cannot retrieve debugging output!
Actually, this means that you have an instance running and you are trying to run another one. Qt recieves output from the first running instance, so it is not able to handle the second one. See your task manager to kill all instances of your application.

Hope it helps you for future