aboutsummaryrefslogtreecommitdiffstats
path: root/doc/README.qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/README.qt')
-rw-r--r--doc/README.qt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/README.qt b/doc/README.qt
index 2d421efff9..5e5f2ea02e 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -31,6 +31,8 @@ There are several ways of building qtshark:
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
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.
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
supporting files from cmake to Wireshark's cmake/modules/