I copied the hello.cpp file into two other places
Code:
$ cp hello.ccp hello.cc && cp hello.cpp hello.c
When I ran the following commands
Code:
$ qmake -project && qmake hello.pro && make
I received what look like compiler errors, which I never got before.
So, I think I am a step closer to getting the code to compile. I have to go back to work and will carry on in the evening.
Thanks all.