Hello,

I have a application using Qt 4.6.2 with several language support.
Now I have a problem that I do not known how to fix it.
Let me explain.

I have a main qt application that use my own qt share libraries. The main application use .qm files to translate all tr() strings, but qt shared libraries can not take translations from .qm files and I do not known if it is possible to translate all tr() strings in qt shared libraries.

Then, the question is: "if it is possible to translate all tr() strings in qt shared libraries???

Best reagards.