3 party libraries extensible
-
Hello all,
I have performed my project on my computer but now I want it to run on my laptop, the problem is that my project uses third party libraries whose PATH and LIB paths are included in my .pro file, the question is: could I copy these files on my project folder and change in .pro file the locations.? Would it run on other computers? If not, how could I do this?Thanks!
-
Hi,
You might want to take a look at the linuxdeployqt project.
-
I'm not sure I understand what you are asking. Is the question whether you can use linuxdeployqt to create packages for other OSs ? If so, then no.
-
An application compiled for macOS can't run on Windows nor Linux. You will have to cross-compile it. My recommendation would be to have virtual machines with the respective targets. That will be way easier.
-
Do what exactly ?