summaryrefslogtreecommitdiffstats
path: root/src/sql
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@idiap.ch>2020-07-09 09:35:10 +0200
committerSamuel Gaist <samuel.gaist@idiap.ch>2020-07-13 22:06:26 +0000
commitae81055fe2d6638de3ff93f34d191c0fadc22654 (patch)
tree79b33793c2ec4b12cb56942a5e3785951aa3b78c /src/sql
parent7b6beed7434545ab937e7c8dddd672e25812ed0e (diff)
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 <szehowe.koh@gmail.com>
Diffstat (limited to 'src/sql')
-rw-r--r--src/sql/doc/src/sql-driver.qdoc2
1 files changed, 1 insertions, 1 deletions
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{<QTDIR>/qtbase/src/plugins/sqldrivers} - otherwise qmake will not
search for the available drivers again. If you encounter an error during