From 23d7854f66ce5a37d0ce05a76a2c6350b0f6b81b Mon Sep 17 00:00:00 2001 From: Nico Vertriest Date: Mon, 30 Nov 2015 14:36:03 +0100 Subject: Doc: added note about variable QT_PLUGIN_PATH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: If957a70fe2012bf7cf4476904847600f1b5ef0a4 Task-number: QTBUG-32573 Reviewed-by: Topi Reiniƶ --- doc/src/deployment/deployment-plugins.qdoc | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1