summaryrefslogtreecommitdiffstats
path: root/doc/src/sql
diff options
context:
space:
mode:
authorHonglei Zhang <honglei.zhang@nokia.com>2011-11-18 11:29:53 +0200
committerQt by Nokia <qt-info@nokia.com>2011-11-23 08:36:14 +0100
commit7edb4bbcbca72eb2a472e0653541c4b4c170ace8 (patch)
treefa9c6133c7d950226967e29750b48a60c35f35f7 /doc/src/sql
parent1d3cfdbfa18585901c214a035d270baacc61048e (diff)
Document -system-sqlite configuration parameter
-system-sqlite should be used when system SQLite library should be used instead of the one embedded in Qt. This information is added to SQLite driver documentation. Change-Id: Ie51cb0d7c4044b74a64192ad8a5c946e21ee0ed9 Reviewed-by: Michael Goddard <michael.goddard@nokia.com>
Diffstat (limited to 'doc/src/sql')
-rw-r--r--doc/src/sql/sql-programming/sql-driver.qdoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/src/sql/sql-programming/sql-driver.qdoc b/doc/src/sql/sql-programming/sql-driver.qdoc
index 3fc685b5bc..d78fdbbf83 100644
--- a/doc/src/sql/sql-programming/sql-driver.qdoc
+++ b/doc/src/sql/sql-programming/sql-driver.qdoc
@@ -635,7 +635,9 @@
\c{-qt-sql-sqlite} (linked directly into the Qt library).
If you don't want to use the SQLite library included with Qt, you
- can build it manually (replace \c $SQLITE by the directory where
+ can pass \c{-system-sqlite} to the configure script to use sqlite
+ libraries in the operating system. Alternatively, you can build
+ it manually (replace \c $SQLITE by the directory where
SQLite resides):
\snippet doc/src/snippets/code/doc_src_sql-driver.qdoc 21