Hello
I have created a helloworld program
I execute the following command

qmake -project

Followed by
qmake qtprograms.pro

This gives me the error
QMAKESPEC has not been set, so configuration cannot be deduced.
Error processing project file: qtprograms.pro

couild someone please tell me what I am doing wrong?

TIA

Graham