From e1b13043340a17a368e84f4b2c63912cc1c7e3f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Wed, 29 Jun 2016 20:05:27 +0100 Subject: [PATCH] Update README.qt Change-Id: Icf7774098986da29efdf76af1dcf217bced428e4 Reviewed-on: https://code.wireshark.org/review/16206 Reviewed-by: Alexis La Goutte Reviewed-by: Martin Kaiser Reviewed-by: Gerald Combs --- doc/README.qt | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/doc/README.qt b/doc/README.qt index 4ff412c3b5..c9d1cb95ec 100644 --- a/doc/README.qt +++ b/doc/README.qt @@ -111,8 +111,7 @@ XXX: (WMeier): I've not had too much satisfaction using the "native Windows debu Install the Qt libraries and Qt Creator via your package manager or from http://qt-project.org/downloads/. On Debian and Ubuntu the "qt-sdk" (and qttools5-dev when use Qt5) meta-package should provide everything you need. Build the top-level directory using CMake -(see section "Using cmake" above). As an alternative do an in-tree build without -QT and then inside ui/qt/ do "qtcreate Wireshark.pro". +(see section "Using cmake" above). 1.2 Other tools @@ -165,14 +164,11 @@ https://www.wireshark.org/docs/wsdg_html_chunked/ChUIQt.html Qt makes translating the Wireshark UI into different languages easy. -- Add your translation (ui/qt/wireshark_XX.ts) in ui/qt/Wireshark.pro, ui/qt/i18n.qrc, - ui/qt/Makefile.common and ui/qt/CMakeLists.txt +- Add your translation (ui/qt/wireshark_XX.ts) in ui/qt/Makefile.common and ui/qt/CMakeLists.txt - Please add flag (image) for your language in images/languages/XX.svg and image/languages/languages.qrc -- Run "lupdate ui/qt/Wireshark.pro" to generate/update your translation file. - or "lupdate ui/qt -ts ui/qt/wireshark_XX.ts" for specified translation +- Run "lupdate ui/qt -ts ui/qt/wireshark_XX.ts" to generate/update your translation file. - Translate with Qt Linguist (in console: "linguist ui/qt/wireshark_XX.ts") -- Run "lrelease Wireshark.pro" or - "lrelease ui/qt/wireshark_XX.ts -qm ui/qt/wireshark_XX.qm" to create/update wireshark_XX.qm file. +- Do a test build and make sure the generated wireshark_XX.qm binary file is included. - Push your translation to Gerrit for review ("git push"). Alternatively you can only put your QM and flag files in "languages" directory in