Hi I´m new in Qt and trying to use the tutorial for Hello program in the book of Blanchette Summerfield.

So I use the commands:

qmake -project #This works fine
qmake hello # Also works fine (Create debug and release folders, and Makefile, Makefile.Debug and Makefile.release files)

But when a try the command "make" I get:

Fatal: ´FORCE´ does not exist - don´t know how to make it.

Note: I already look in the tutorial for qmake tutorial in Qt documentation but with the example there I get the same problem.

Any body has any idea how to solve the problem???

Thank you.