aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-05-25 15:20:34 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-05-25 15:20:34 +0000
commit30251a84f59659ca32c7fc0dabced7b3801e3450 (patch)
treecdbcbc97fb739520f29c0c2f34b70c1bad0220ed /doc
parente9a6053b71495a09133b8f5475d8460952356c11 (diff)
Use -DBUILD_qtshark=YES for build qtshark with cmake (May be set by default ON qtshark with cmake ?)
svn path=/trunk/; revision=49578
Diffstat (limited to 'doc')
-rw-r--r--doc/README.qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 5e5f2ea02e..d6701e7034 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) or add -D BUILD_qtshark:BOOL=ON flag
+ in parallel with BUILD_wireshark) or add -DBUILD_qtshark=YES flag
Do the normal out-of-tree or in-tree build.
To build with Qt5 instead of Qt4, add the following option set ENABLE_QT5
to ON. Note: Qt5 requires cmake 2.8.3 or newer.