I’m trying to compile a library that I wrote in Qt Creator using qmake on a remote machine which does not have qmake installed. I thought that running “make” on the qmake-generated Makefile would work without qmake present, but apparently it doesn’t.
Is there a way to generate a Makefile on a machine and using this same Makefile on another machine to compile the library?
Thanks!
↧