Can someone tell me if it's possible to compile a project that works with Qt but without installing the entire sdk ? I mean, something like recompile Qt source code and link the libraries or something like this.
I know my problem is weird but I work in special conditions : I am on a linux machine and I have to work on a windows project therefore I use a distant server on windows to compile but I can't install anything on this serveur. I need an idea to have a fully portable folder with Qt who can compile without installing anything.
I hope I was clear in my explications. Thank you for your help.
qmake, start windows terminal (cmd or powershell or etc), move to directory with your source code of Qt Project and runqmake, then you should be execmake(e.g. for windows you can install minGW compiler (mingw32-make))