URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5c03bda31af87bf08a404509cd0714df65471416
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5c03bda by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Qt: Generate .qm files during build
Change-Id: Ia2ee723227e1b331eeec0f0463654f35a4c9f37b
Reviewed-on: https://code.wireshark.org/review/14508
Petri-Dish: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from fff248b DOCSIS: Added dissector for OFDM Channel Descriptor
adds 5c03bda Qt: Generate .qm files during build
Summary of changes:
.gitignore | 2 +-
configure.ac | 2 ++
ui/qt/CMakeLists.txt | 22 ++++++++++++++++++----
ui/qt/Makefile.am | 20 ++++++++++++++++++--
ui/qt/Makefile.common | 1 -
ui/qt/i18n.qrc | 30 ------------------------------
ui/qt/i18n.qrc.in | 4 ++++
ui/qt/wireshark_de.qm | Bin 346602 -> 0 bytes
ui/qt/wireshark_en.qm | Bin 2152 -> 0 bytes
ui/qt/wireshark_fr.qm | Bin 319647 -> 0 bytes
ui/qt/wireshark_it.qm | Bin 352833 -> 0 bytes
ui/qt/wireshark_ja_JP.qm | Bin 266711 -> 0 bytes
ui/qt/wireshark_pl.qm | Bin 338655 -> 0 bytes
ui/qt/wireshark_zh_CN.qm | Bin 253502 -> 0 bytes
14 files changed, 43 insertions(+), 38 deletions(-)
delete mode 100644 ui/qt/i18n.qrc
create mode 100644 ui/qt/i18n.qrc.in
delete mode 100644 ui/qt/wireshark_de.qm
delete mode 100644 ui/qt/wireshark_en.qm
delete mode 100644 ui/qt/wireshark_fr.qm
delete mode 100644 ui/qt/wireshark_it.qm
delete mode 100644 ui/qt/wireshark_ja_JP.qm
delete mode 100644 ui/qt/wireshark_pl.qm
delete mode 100644 ui/qt/wireshark_zh_CN.qm