Hi.I've a problem.If i buil my application using qmake and then make it creates the two directories: debug and release.
I get no error from the compilar and the application works but the realease directory is empty.
I get the application only in .\debug even if MakeFile.realease exists.
How can I do to get the release "version"?
Thanks