summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@digia.com>2014-04-03 13:43:50 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-04-03 16:07:28 +0200
commit0e9e3ea56b235d7de404045dd315d45d0c67d1b7 (patch)
tree7c21d675f7a89ddd9201eaa59e067d184c884c56
parentcb87a878996cdd4f13c728112409d977ee6aa3c1 (diff)
downloadqtdoc-0e9e3ea56b235d7de404045dd315d45d0c67d1b7.tar.gz
Add note about backslash escaping to documentation on qt.conf .
Task-number: QTBUG-28766 Change-Id: I52461577a571c1c80d1c67ab7c0d31715cae0f28 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
-rw-r--r--doc/src/deployment/qt-conf.qdoc9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/src/deployment/qt-conf.qdoc b/doc/src/deployment/qt-conf.qdoc
index 19175038..1d17f83a 100644
--- a/doc/src/deployment/qt-conf.qdoc
+++ b/doc/src/deployment/qt-conf.qdoc
@@ -109,6 +109,15 @@
\snippet snippets/code/doc_src_qt-conf.qdoc 0
+ \note The backslash character is treated as a special character
+ in INI files (see QSettings). It is therefore recommended to
+ use forward slashes for paths on Windows as well. Otherwise,
+ an escape character is required:
+
+ \code
+ Prefix = c:\\SomePath
+ \endcode
+
\section1 Configuring Arguments to the Platform Plugins
The \c qt.conf may contain a \c Platforms group, whose keys are