changeset 3679:1e67262f9a28 draft default tip master

Mention that Qt3 tools can cause build problems
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 23 Oct 2012 13:17:23 -0400
parents 27fdd7bebaf3
children
files doc/readme-qt.rst
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/readme-qt.rst
+++ b/doc/readme-qt.rst
@@ -16,7 +16,10 @@
         libboost-filesystem-dev libboost-program-options-dev libboost-thread-dev \
         libssl-dev libdb4.8++-dev
 
-then execute the following:
+Make sure that you are executing the Qt4 tools and not Qt3. Some
+versions of Debian may have qmake and related tools pointing to
+qmake-qt3, which are Qt3 tools. Once the right build tools are in use,
+execute the following:
 
 ::