summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2021-12-08 15:38:33 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-12-08 16:31:05 +0000
commitf004572306cdc464c47e0f37a6a5d1a8b835f96f (patch)
tree11613f4e448170880b1858e4ebda639532535dce
parent00f6825dfde060315ee622a965bfa800f8e22031 (diff)
downloadqtdoc-f004572306cdc464c47e0f37a6a5d1a8b835f96f.tar.gz
Doc: Correct LibraryExecutables default of qt.conf on Windows
On Windows, the default value for qt.conf's LibraryExecutables key is "bin". Fixes: QTBUG-98773 Change-Id: I964f82fda48815960ec924202b6a3c49a19432f0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> (cherry picked from commit 43832dd783b85731ce116b0d2089dac6f4667f0c) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--doc/src/deployment/qt-conf.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/deployment/qt-conf.qdoc b/doc/src/deployment/qt-conf.qdoc
index c5780c11..67f27885 100644
--- a/doc/src/deployment/qt-conf.qdoc
+++ b/doc/src/deployment/qt-conf.qdoc
@@ -80,7 +80,7 @@
\row \li Documentation \li \c doc
\row \li Headers \li \c include
\row \li Libraries \li \c lib
- \row \li LibraryExecutables \li \c libexec
+ \row \li LibraryExecutables \li \c libexec on Unix, \c bin on Windows
\row \li Binaries \li \c bin
\row \li Plugins \li \c plugins
\row \li Imports \li \c imports