As you already might know, Qt is a cross-platform toolkit. There shouldn't be too much porting unless you have used platform specific code.
Transfer the project (a clean Qt project without any makefiles or any other files generated by the Windows development environment of yours) to the Linux and repeat steps; ("qmake -project"), "qmake", "make" and voilá! Your application has been compiled for Linux and is ready to be executed.