How to deal with a Qt's qt-files under Win32? If I need to distribute my program, should I include these translations into program's resource?
How to deal with a Qt's qt-files under Win32? If I need to distribute my program, should I include these translations into program's resource?
Last edited by roxton; 6th June 2008 at 16:59.
You can insert the translation files in the application resources or you can deploy them with the executable and libraries.
The first solution reduces the files to deploy, the second allows to read translation files at runtime and add new translations simply copying new file in a specific location.
A camel can go 14 days without drink,
I can't!!!
Bookmarks