Codebase list mozc / debian/2.23.2815.102+dfsg-1 src / gui / config_dialog / config_dialog.qrc
debian/2.23.2815.102+dfsg-1

Tree @debian/2.23.2815.102+dfsg-1 (Download .tar.gz)

config_dialog.qrc @debian/2.23.2815.102+dfsg-1raw · history · blame

<!DOCTYPE RCC>
<RCC version="1.0">
<!--
// The following is the manual step to make *qm files.
// - Edit source files
//   % g4 edit *.cpp *.h *.ts
// - Update *ts file. tr() messages are stored in .ts.
//   The argument of -I figures the base path for includes.
//   % lupdate . -ts config_dialog_ja.ts -I $INCLUDE_PATH
//   % lupdate . -ts config_dialog_en.ts -I $INCLUDE_PATH
// - open *.ts files with QT linguest and added translation
// - convert *.ts file to *.qm file
//   % lrelease config_dialog_ja.ts -qm config_dialog_ja.qm
//   % lrelease config_dialog_en.ts -qm config_dialog_en.qm
-->
<qresource>
  <file>config_dialog_ja.qm</file>
  <file>config_dialog_en.qm</file>
  <file>keymap_ja.qm</file>
  <file>keymap_en.qm</file>
</qresource>
</RCC>