# HG changeset patch # User Jordi GutiƩrrez Hermoso <jordigh@octave.org> # Date 1351012643 14400 # Node ID 1e67262f9a2884288edcf39895ee00599c7dd785 # Parent 27fdd7bebaf3ef6b8f3e6613171d9fad5075a43c Mention that Qt3 tools can cause build problems diff --git a/doc/readme-qt.rst b/doc/readme-qt.rst --- 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: ::