Quantcast
Channel: Qt DevNet forums: Installation and Deployment
Viewing all articles
Browse latest Browse all 2113

Compiling a library on a system with no qmake installation

$
0
0
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!

Viewing all articles
Browse latest Browse all 2113

Trending Articles