Hello.
The QM file format is a compact binary format that is used by the localized application.
How can I specify QM file path in a .pro Qt project file? Is it possible?
Hello.
The QM file format is a compact binary format that is used by the localized application.
How can I specify QM file path in a .pro Qt project file? Is it possible?
Can't you add the qm file to your resource and use QTranslator::load? or #define path in some file in application? Why only in .pro?
Bookmarks