summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoerg Bornemann <[email protected]>2025-03-05 16:40:28 +0100
committerJoerg Bornemann <[email protected]>2025-03-07 12:02:47 +0100
commit2a499eb8d7f593ae66a54d34fef05d713d5aea7b (patch)
treede3d27b870cbd39ee4c5f65faebd93f8ae22cc9c
parent9f86517ccee6c9b865e4dcbcef8ba13978e4c9ed (diff)
Doc: Clarify building a separate SQL driver
Mention that one needs to build the SQL driver with Ninja after configuring it with qt-cmake. Fixes: QTBUG-105036 Change-Id: Ic51310e7a2ea3c71d9de1c2c4677fdc9cbb897e5 Reviewed-by: Paul Wicking <[email protected]>
-rw-r--r--src/sql/doc/src/sql-driver.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sql/doc/src/sql-driver.qdoc b/src/sql/doc/src/sql-driver.qdoc
index c25f31b0579..adc105c73c2 100644
--- a/src/sql/doc/src/sql-driver.qdoc
+++ b/src/sql/doc/src/sql-driver.qdoc
@@ -94,6 +94,9 @@
A typical \c qt-cmake run (in this case to configure for MySQL) looks like this:
\snippet code/doc_src_sql-driver.qdoc 41
+
+ After configuring with \c qt-cmake, build the driver by running \c ninja.
+
\note As mentioned in \l{#DriverWithQt}{Compile Qt with a specific driver},
if the driver could not be found or is not enabled, start over by removing
\e{CMakeCache.txt}.