Qt 6.11 is out! See what's new in the release
blog
Localization 5.11
-
After migrating from qt 5.9 (creator 4.3.1) to qt 5.11 (creator 4.6.2) project compiles without translates, but .ts and .qm file still exist. What am i missing? Didn't have any problems when migrated from 5.8 to 5.9 and earlier.
Win 7 pro x64 PC
Upd: Qt doesn't create "translates" folder in compiled project and doesn't store translates here. Hmmmm.
-
Hi,
You should check the bug report system to see if there's something related to that. Also, take look at the documentation to see if there was any change related to that in qbs.
WARNING: I haven't use qbs so I might be wrong here: the path you use is a bit surprising, you have "/bin" which is an absolute path. That might mean that you are trying to write to a system library.