When i compile a project (either on Linux and on Windows) i use to give this command:

qmake && make

How can i compile my project, having at the end, only my executable, without any moc and object(*.o) file?????