Fix resources and Qt4 build
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Syping 2020-11-17 06:58:29 +01:00
parent 4a699f2f56
commit 25ec67ec8b
18 changed files with 105 additions and 32 deletions

BIN
res/qt4/qt_de.qm Normal file

Binary file not shown.

BIN
res/qt4/qt_fr.qm Normal file

Binary file not shown.

BIN
res/qt4/qt_ko.qm Normal file

Binary file not shown.

BIN
res/qt4/qt_ru.qm Normal file

Binary file not shown.

BIN
res/qt4/qt_uk.qm Normal file

Binary file not shown.

BIN
res/qt4/qt_zh_TW.qm Normal file

Binary file not shown.

10
res/qt4/tr_qt.qrc Normal file
View file

@ -0,0 +1,10 @@
<RCC>
<qresource prefix="/tr">
<file>qt_de.qm</file>
<file>qt_fr.qm</file>
<file>qt_ko.qm</file>
<file>qt_ru.qm</file>
<file>qt_uk.qm</file>
<file>qt_zh_TW.qm</file>
</qresource>
</RCC>