Qt.conf like behaviour
-
Hi
My application is linked against several dynamic libraries.
When I deploy my app these libraries are installed at known location together with the Qt Libraries
I also deploy a qt.conf file so that the app knows where the Qt libraries are.My question is how does qt.conf work and is there a way of implementing something similar for my application libraries?
Thanks