aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-28 22:55:52 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-28 22:55:52 +0000
commit6231bf0d36bbe3ef5386f24d024093b810120c9c (patch)
treea834b68637bce2a5f42b2bd30cee5939d61ba73e /doc
parentcf50d935104059365a602f71e75ed65b94bdffb1 (diff)
Enhance README.qt documentation
svn path=/trunk/; revision=46268
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.qt b/doc/README.qt
index da9bd31421..9242b176ff 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -29,7 +29,7 @@ There are several ways of building qtshark:
2) Using cmake:
set BUILD_qtshark to ON (default: OFF) in CmakeOptions.txt (may be set
- in parallel with BUILD_wireshark).
+ in parallel with BUILD_wireshark) or add -D BUILD_qtshark:BOOL=ON flag
Do the normal out-of-tree or in-tree build.
This has only been tested on a current openSUSE Linux system with fairly
current QT and cmake. It may be necessary to copy the FindQt4.cmake and
@@ -144,7 +144,7 @@ HTTP request statistics?
3. Translations (i18n)
For make your own translation of QtShark ! it is easy !
-- Add your translation (qtshark_XX.ts) in QtShark.pro and i18n.qrc
+- Add your translation (qtshark_XX.ts) in QtShark.pro, i18n.qrc and ui/qt/Makefile.common
- Launch "lupdate QtShark.pro" to generate/update your translation file
- Translate with Qt Linguist
- Launch "lrelease QtShark.pro" to create/update qtshark_xx.qm file