diff options
author | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2013-05-25 15:20:34 +0000 |
---|---|---|
committer | Alexis La Goutte <alexis.lagoutte@gmail.com> | 2013-05-25 15:20:34 +0000 |
commit | 30251a84f59659ca32c7fc0dabced7b3801e3450 (patch) | |
tree | cdbcbc97fb739520f29c0c2f34b70c1bad0220ed /doc/README.qt | |
parent | e9a6053b71495a09133b8f5475d8460952356c11 (diff) | |
download | wireshark-30251a84f59659ca32c7fc0dabced7b3801e3450.tar.gz wireshark-30251a84f59659ca32c7fc0dabced7b3801e3450.tar.bz2 wireshark-30251a84f59659ca32c7fc0dabced7b3801e3450.zip |
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/README.qt')
-rw-r--r-- | doc/README.qt | 2 |
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. |