summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Goddard <michael.goddard@nokia.com>2010-11-04 06:34:02 (GMT)
committerJason McDonald <jason.mcdonald@nokia.com>2011-02-08 12:33:18 (GMT)
commit6b32028c08328328b118d5fc43a8ad2c1daa3b40 (patch)
treeb6e42ab5eaa323001e2cabbaf74ff04fa05e3c60
parent940602ea5addefb7a3ef37be393de7ad64421e94 (diff)
downloadQt-6b32028c08328328b118d5fc43a8ad2c1daa3b40.zip
Qt-6b32028c08328328b118d5fc43a8ad2c1daa3b40.tar.gz
Qt-6b32028c08328328b118d5fc43a8ad2c1daa3b40.tar.bz2
Mention the requirement for OCI when building the SQL oracle driver.
As suggested by Jean-Louis Mounier. Change-Id: I2284d00453ddcb981fe3e1b710d4453323fe1e9e Task-number: QTBUG-8875 Reviewed-by: Charles Yin (cherry picked from commit 594e46bdd36d2964c20cbc5a8de32abd5e343f43)
-rw-r--r--doc/src/sql-programming/sql-driver.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sql-programming/sql-driver.qdoc b/doc/src/sql-programming/sql-driver.qdoc
index 1476491..a4bcb97 100644
--- a/doc/src/sql-programming/sql-driver.qdoc
+++ b/doc/src/sql-programming/sql-driver.qdoc
@@ -314,7 +314,9 @@
\section3 How to Build the OCI Plugin on Windows
Choosing the option "Programmer" in the Oracle Client Installer from
- the Oracle Client Installation CD is sufficient to build the plugin.
+ the Oracle Client Installation CD is generally sufficient to build the
+ plugin. For some versions of Oracle Client, you may also need to select
+ the "Call Interface (OCI)" option if it is available.
Build the plugin as follows (here it is assumed that Oracle Client is
installed in \c{C:\oracle}):