aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-05-05 08:52:47 +0000
committerJörg Mayer <jmayer@loplof.de>2013-05-05 08:52:47 +0000
commite73e5f2d051394237988cc05fe382202542f5a2f (patch)
treecfaf2bb5d30976abc3d8767f20371f66b026eb10 /doc
parent243e9c0ba51244bfdcfa794975ac75cac8894c61 (diff)
Update to cover Qt5 builds via cmake.
svn path=/trunk/; revision=49168
Diffstat (limited to 'doc')
-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/