In a Debian environment I had to install different versions of Qt due to some incompatibility of third-part libraries. I need to write a script which should launch two executable compiled with the two different versions of Qt.
It’s enough to export the bin directory to the PATH variable just before launch them or I have to take care of anything else?
↧