Document -system-sqlite configuration parameter
authorHonglei Zhang <honglei.zhang@nokia.com>
Fri, 18 Nov 2011 09:29:53 +0000 (11:29 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 23 Nov 2011 07:36:14 +0000 (08:36 +0100)
-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>
doc/src/sql/sql-programming/sql-driver.qdoc

index 3fc685b..d78fdbb 100644 (file)
     \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