summaryrefslogtreecommitdiffstats
path: root/doc/html/commonproblems.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/commonproblems.html')
-rw-r--r--doc/html/commonproblems.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/commonproblems.html b/doc/html/commonproblems.html
index 55da31fa0..c410232c7 100644
--- a/doc/html/commonproblems.html
+++ b/doc/html/commonproblems.html
@@ -162,10 +162,10 @@ you're using, or make links to the libraries in a standard directory like
<tt>/usr/local/lib</tt>:
<p> <pre>
cd /usr/local/lib
-ln -s /opt/qt-2.3.1/lib/libqt.so.2 .
+ln -s /opt/qt-2.3.1/lib/libtqt.so.2 .
ln -s /opt/qt-2.3.1/lib/libtqt-mt.so.2 .
ln -s /opt/qt-2.3.1/lib/libqutil.so.1 .
-ln -s /opt/qt-3.0.0/lib/libqt.so.3 .
+ln -s /opt/qt-3.0.0/lib/libtqt.so.3 .
ln -s /opt/qt-3.0.0/lib/libtqui.so.1 .
</pre>