From 2a499eb8d7f593ae66a54d34fef05d713d5aea7b Mon Sep 17 00:00:00 2001 From: Joerg Bornemann Date: Wed, 5 Mar 2025 16:40:28 +0100 Subject: [PATCH] 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 --- src/sql/doc/src/sql-driver.qdoc | 3 +++ 1 file changed, 3 insertions(+) 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}.