windeployqt6 can't copy translations to correct directory #21628
Unanswered
ChiaYen-Kan
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i write a application with qt6 and use QLibraryInfo::path(QLibraryInfo::TranslationsPath) to handle multi-language
in the debug time QLibraryInfo::path(QLibraryInfo::TranslationsPath) is return correct translations directory
but when i use windeployqt6 to deploy my application the translations directory is not same the result of QLibraryInfo::path(QLibraryInfo::TranslationsPath)
in debug time
after use windeployqt6, translations directory is not same the result of QLibraryInfo::path(QLibraryInfo::TranslationsPath)
how to use windeployqt6 to deploy translations directory to correct path?
(I test qt5, is also can't deploy translations directory to correct path)
Beta Was this translation helpful? Give feedback.
All reactions