From the documentation:
<pre> TARGET This specifies the name of the target file. For example: TEMPLATE = app TARGET = myapp SOURCES = main.cpp The project file above would produce an executable named myapp on unix and 'myapp.exe' on windows. </pre>
I checked the makefile, no changes, but TARGET should not be empty IMHO.