Good morning,

I downloaded the QJSON page

QJSON

Untarred and made as mandated by the tutorial. I used the Qmake.
I opened the console "Qt 4.8.1 for Desktop (MinGW)."

Then open the folder with the command QJSON

Qt Code:
  1. cd qjson
To copy to clipboard, switch view to plain text mode 

After

Qt Code:
  1. qmake -project src
To copy to clipboard, switch view to plain text mode 
after that it creates me file qjson.pro

After the tutorial says to run the make command but the command is not known.

Qt Code:
  1. make
To copy to clipboard, switch view to plain text mode 

What is the problem?

cumps