Adding i18n resource file generation into .pro

+ Adding `lrelease` and `embed_translations` to .pro CONFIG as per [translation config](https://doc.qt.io/qt-5/qmake-variable-reference.html#translations)
- Removing `generate-qm-files` step from CI/CD
+ Adjusting "how to" comment to reflect changes
This commit is contained in:
Chris 2022-05-28 22:41:36 +10:00
parent f0895fdebf
commit a7adfe251b
4 changed files with 7 additions and 20 deletions

View file

@ -22,7 +22,6 @@ cp %{_sourcedir}/%{_name}/* %{_builddir} -r
%build
cd %{_builddir}
/usr/bin/lrelease-qt5 OpenRGB.pro
%qmake_qt5 PREFIX=%{_prefix} "QMAKE_CXXFLAGS+=-save-temps"
%make_build