Printing to console from the project file?
- 
When you say project file, are you talking about the Qt PRO file ? If this the case you can use something like
message(when the Makefile is processed.) - 
When you say project file, are you talking about the Qt PRO file ? If this the case you can use something like
message(when the Makefile is processed.)@dheerendra Thanks it works