Quote Originally Posted by raphaelf
i am trying to make the MAKEFILE of qwtplot3d.pro and i was not able because i get this error message:
NMAKE : fatal error U1064: MAKEFILE not found and no target specified
Stop.
Are you used qmake?

You must do this
$qmake -o Makefile <name>.pro
$make