summaryrefslogtreecommitdiffstats
path: root/src/sql/doc/src/sql-driver.qdoc
diff options
context:
space:
mode:
authorSamuel Gaist <samuel.gaist@edeltech.ch>2014-07-21 12:40:00 +0200
committerSamuel Gaist <samuel.gaist@edeltech.ch>2014-07-22 11:32:08 +0200
commit4cedc55327d79aeee18c602fa0822283b27a74e9 (patch)
tree98153a19a307b04a59765d74bf6d5bf8c94828f0 /src/sql/doc/src/sql-driver.qdoc
parent6f3bb0aafab877c34dea3d9141a9931b5a7914a5 (diff)
Windows: Add Qt Creator PATH update tip for missing SQL client dlls
This patch aims to provide an additional tip for users having trouble with e.g. the MySQL plugin. After a successful build most users are struggling with loading failure due the fact that the client libraries folder is not contained in the PATH environment variable. This tip helps them overcome that in a controlled manner with Qt Creator. Change-Id: I2dc5c9c6d8d8976686d74c369b6e1683c479f35c Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'src/sql/doc/src/sql-driver.qdoc')
-rw-r--r--src/sql/doc/src/sql-driver.qdoc5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/sql/doc/src/sql-driver.qdoc b/src/sql/doc/src/sql-driver.qdoc
index 9858e30ff9..71d2fb4f85 100644
--- a/src/sql/doc/src/sql-driver.qdoc
+++ b/src/sql/doc/src/sql-driver.qdoc
@@ -700,7 +700,10 @@
system. On Unix, run the command \c{ldd} and pass the name of the
plugin as parameter, for example \c{ldd libqsqlmysql.so}. You will
get a warning if any of the client libraries couldn't be found.
- On Windows, you can use Visual Studio's dependency walker.
+ On Windows, you can use Visual Studio's dependency walker. With
+ Qt Creator, you can update the \c PATH environment variable in the
+ \gui Run section of the \gui Project panel to include the path to
+ the folder containing the client libraries.
\li Compile Qt with \c{QT_DEBUG_COMPONENT} defined to get very verbose
debug output when loading plugins.
\endlist