summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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