summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@theqtcompany.com>2015-11-30 14:36:03 +0100
committerNico Vertriest <nico.vertriest@theqtcompany.com>2015-12-03 15:17:31 +0000
commit23d7854f66ce5a37d0ce05a76a2c6350b0f6b81b (patch)
tree7870e3d0dad7f9f4a2d7653b89d13bce9ead4bee
parent8c3b2a99723962dc0755cd2d6f8a98ecb8c62426 (diff)
downloadqtdoc-23d7854f66ce5a37d0ce05a76a2c6350b0f6b81b.tar.gz
Doc: added note about variable QT_PLUGIN_PATH
Change-Id: If957a70fe2012bf7cf4476904847600f1b5ef0a4 Task-number: QTBUG-32573 Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--doc/src/deployment/deployment-plugins.qdoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/src/deployment/deployment-plugins.qdoc b/doc/src/deployment/deployment-plugins.qdoc
index e1a37928..e28162ad 100644
--- a/doc/src/deployment/deployment-plugins.qdoc
+++ b/doc/src/deployment/deployment-plugins.qdoc
@@ -60,6 +60,8 @@
is to set the \c QT_PLUGIN_PATH environment variable before running
the application. If set, Qt will look for plugins in the
paths (separated by the system path separator) specified in the variable.
+ \note \c QT_PLUGIN_PATH should not be exported as a system-wide
+ environment variable since it can interfere with other Qt installations.
\section1 Loading and Verifying Plugins Dynamically