From ae81055fe2d6638de3ff93f34d191c0fadc22654 Mon Sep 17 00:00:00 2001 From: Samuel Gaist Date: Thu, 9 Jul 2020 09:35:10 +0200 Subject: Doc: make cleanup on error more prominant in SQL driver instructions The concerned paragraph is one that is very important as there are a lot of people building the MySQL and PostgreSQL plugins that are not successful on the first try. However, this text not being emphazized, many if not all miss the fact that just re-running qmake will give them the same result if the cleanup is not applied. This patch makes this point more visible. Pick-to: 5.15 Change-Id: Ib2b97e128a5dab3dc6d771b16b5315e4ad95a9b7 Reviewed-by: Sze Howe Koh --- src/sql/doc/src/sql-driver.qdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sql/doc/src') diff --git a/src/sql/doc/src/sql-driver.qdoc b/src/sql/doc/src/sql-driver.qdoc index 2747d934b2..d2459f9712 100644 --- a/src/sql/doc/src/sql-driver.qdoc +++ b/src/sql/doc/src/sql-driver.qdoc @@ -95,7 +95,7 @@ (or \c{MYSQL_PREFIX="C:/Program Files/MySQL/MySQL Connector C 6.1"} for Windows). The particulars for each driver are explained below. - If something goes wrong and you want qmake to recheck your + \note If something goes wrong and you want qmake to recheck your available drivers, you must remove \e{config.cache} in \e{/qtbase/src/plugins/sqldrivers} - otherwise qmake will not search for the available drivers again. If you encounter an error during -- cgit v1.2.3