1. The file should be ".pro" not ".pri"
2. You don't need to do qmake -project, just copy your .pro file from Windows

If you don't use any compiler dependent code and all needed libraries are present on the target system, everything should compile and link. If it doesn't, please provide the error messages so that we can take a look at them.