summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-08 16:35:42 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-11-08 16:35:42 +0000
commit8f1ba43e894f6d005bace118ed6da67e805d6055 (patch)
treeab930549bdbd077a238f1d6e7dd8f56b3f0877ed /doc
parenta3d422f90606e6fc15092b32b9c2dc4e786a17bd (diff)
downloadwireshark-8f1ba43e894f6d005bace118ed6da67e805d6055.tar.gz
Add reference to qttools5-dev in README.qt documentation
There is following error message with cmake : CMake Warning at CMakeLists.txt:490 (find_package): By not providing "FindQt5LinguistTools.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5LinguistTools", but CMake did not find one. Could not find a package configuration file provided by "Qt5LinguistTools" with any of the following names: Qt5LinguistToolsConfig.cmake qt5linguisttools-config.cmake Add the installation prefix of "Qt5LinguistTools" to CMAKE_PREFIX_PATH or set "Qt5LinguistTools_DIR" to a directory containing one of the above files. If "Qt5LinguistTools" provides a separate development package or SDK, be sure it has been installed. CMake Error at ui/qt/CMakeLists.txt:205 (QT5_ADD_TRANSLATION): Unknown CMake command "QT5_ADD_TRANSLATION". svn path=/trunk/; revision=53169
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 ca4123c7a4..850073cf79 100644
--- a/doc/README.qt
+++ b/doc/README.qt
@@ -137,7 +137,7 @@ XXX: (WMeier): I've not had too much satisfaction using the "native Windows debu
1.1.3 Linux
Install the Qt libraries and Qt Creator via your package manager or from
-http://qt-project.org/downloads/. On Debian and Ubuntu the "qt-sdk" meta-package
+http://qt-project.org/downloads/. On Debian and Ubuntu the "qt-sdk" (and qttools5-dev when use Qt5) meta-package
should provide everything you need. Build the top-level directory using CMake
(see section "Using cmake" above). As an alternative do an in-tree build without
QT and then inside ui/qt/ do "qtcreate QtShark.pro".