summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorDavid Boddie <dboddie@trolltech.com>2009-08-28 13:04:19 (GMT)
committerDavid Boddie <dboddie@trolltech.com>2009-08-28 13:04:19 (GMT)
commit823601435d9a35fca6e6cf0d897b256c4591061b (patch)
tree542a542e4767f6d891da1e237af570dea5a3517c /doc
parent7a69207653d97037d76b3dedfa3fa67033962eb3 (diff)
downloadQt-823601435d9a35fca6e6cf0d897b256c4591061b.zip
Qt-823601435d9a35fca6e6cf0d897b256c4591061b.tar.gz
Qt-823601435d9a35fca6e6cf0d897b256c4591061b.tar.bz2
Doc: Fixed the build instructions for the OCI plugin (for Oracle 10).
Task-number: 234150 Reviewed-by: Trust Me
Diffstat (limited to 'doc')
-rw-r--r--doc/src/snippets/code/doc_src_sql-driver.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/snippets/code/doc_src_sql-driver.qdoc b/doc/src/snippets/code/doc_src_sql-driver.qdoc
index ab6f5e2..6e2a3fb 100644
--- a/doc/src/snippets/code/doc_src_sql-driver.qdoc
+++ b/doc/src/snippets/code/doc_src_sql-driver.qdoc
@@ -98,7 +98,7 @@ make
//! [7]
cd $QTDIR/src/plugins/sqldrivers/oci
-qmake "INCLUDEPATH+=/usr/include/oracle/10.1.0.3/client/" "LIBS+=-L/usr/lib/oracle/10.1.0.3/client/lib" oci.pro
+qmake "INCLUDEPATH+=/usr/include/oracle/10.1.0.3/client/" "LIBS+=-L/usr/lib/oracle/10.1.0.3/client/lib -lclntsh" oci.pro
make
//! [7]