From 30251a84f59659ca32c7fc0dabced7b3801e3450 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 25 May 2013 15:20:34 +0000 Subject: Use -DBUILD_qtshark=YES for build qtshark with cmake (May be set by default ON qtshark with cmake ?) svn path=/trunk/; revision=49578 --- doc/README.qt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README.qt') 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. -- cgit v1.2.1