I have created an database application that uses QODBC driver, and all worked on my computer.
i deployed it on another computer, i get errors when running my application. I remark that Qt has kept the default path for accessing to plugins as C:/../../plugins, so i create this same path on client machine before my application works.
Now i want to change the plugins's path to my directory of my project but i dont know how do it? i have read documentation and i fall on 'Using qt.conf' but i dont really understand.

Thanks for advance.