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 <paul.wicking@qt.io>
This commit is contained in:
Joerg Bornemann 2025-03-05 16:40:28 +01:00
parent 9f86517cce
commit 2a499eb8d7

View File

@ -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}.