Precompile .qm file
-
@Mihaill , you call lrelease. If you use qmake or CMake, this is supported nicely through an API (see also https://doc.qt.io/qt-6/linguist-lrelease.html)
-
@Mihaill , you call lrelease. If you use qmake or CMake, this is supported nicely through an API (see also https://doc.qt.io/qt-6/linguist-lrelease.html)
-
@kkoehne I add in .pro:
TRANSLATIONS += QtLanguage_ru.ts lrelease.exe QtLanguage_ru.tsBut i get error: Extra characters after test expression.
And I use qt 5.15
-
M Mihaill has marked this topic as solved on