Make file
-
a make file for cmake or a pro (pri) file for qmake?
-
Any reason you would like to get into make file directly ? What are trying to make ? You can direct many things through *.pro files.
-
ok. Which platform ? my suggestion is to first generate the make files through Qt Creator build mechanism. See the make files how it is auto generated. Then look at the documentation of appropriate make file of your platform. You can hit the google on Makefile tutorial.
-
It is difficult to explain on how to write Makefile. Refer the material available in the internet to learn make tutorial. Still I wonder why do you want to write make file ? You better start with QtCreator and make things work.