I’m working on a proprietary application that’s using Qt under the LGPL license set to release to customers in the next few months. We’ve internationalized the application using QtLinguist and QTranslator. I’m a bit confused about the .qm files – like qt_fr.qm, qt_de.qm, qt_es.qm – that are distributed with the QtSDK, though.
What’s in them? Do we need them? Qt will NOT be installed on the customers’ machines (windows machines) so we need to distribute the Qt dlls as part of the package. If we need to distribute the .qm files, what license are they under? Can we link them into our executable via a .qrc file?
↧