Quote Originally Posted by deekayt View Post
The test1 does get compiled but when i run it nothing happens.
How do you start it?

Quote Originally Posted by deekayt View Post
You will notice that I have edited makefile since I donot want any references to debug .
There is no need to edit automatically generated files. You have three possibilities:
  1. compile Qt libraries in debug mode,
  2. use "make -f Makefile.Release",
  3. add:
    CONFIG -= debug_and_release
    CONFIG += release
    to the .pro file.


Quote Originally Posted by deekayt View Post
Secondly you mentioned about the
And I've also mentioned the solution.