summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-08-02 14:39:06 +0200
committerKai Koehne <kai.koehne@qt.io>2016-08-03 13:45:11 +0000
commit103af0f07364c66e27e3e7b9dd2d7e3478f999e1 (patch)
tree860a06dd8ca8a273bcc67cf16e4198634c0e58b4
parentfc1db763f86cedbec0410ffbe1d49073888890dd (diff)
downloadqtdoc-103af0f07364c66e27e3e7b9dd2d7e3478f999e1.tar.gz
windeployqt: Mention that it changes Qt5Core.dll path's
Task-number: QTBUG-54575 Change-Id: Iad6536e26f5be6f1fb68f271702ea740ef267e06 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
-rw-r--r--doc/src/platforms/windows.qdoc14
1 files changed, 12 insertions, 2 deletions
diff --git a/doc/src/platforms/windows.qdoc b/doc/src/platforms/windows.qdoc
index 4c147dff..a9e8c0ae 100644
--- a/doc/src/platforms/windows.qdoc
+++ b/doc/src/platforms/windows.qdoc
@@ -580,8 +580,18 @@
plugins, and translations) that are required to run the application from
that folder. It creates a sandbox for \l{Qt for WinRT}{Windows Runtime}
or an installation tree for Windows desktop applications, which can be
- easily bundled into an installation package. The tool can be found in
- QTDIR/bin/windeployqt.
+ easily bundled into an installation package.
+
+ The tool can be found in \c{QTDIR/bin/windeployqt}. It takes an \c .exe file or
+ a directory that contains an \c .exe file as an argument, and scans the executable
+ for dependencies. If a directory is passed with the \c{--qmldir} argument,
+ \c windeployqt uses the \c qmlimportscanner tool to scan QML
+ files inside the directory for QML import dependencies.
+ Identified dependencies are then copied to the executable's
+ directory. The hardcoded local paths in Qt5Core.dll are furthermore replaced
+ with relative ones.
+
+ Additional arguments are described in the tools' help output:
\badcode
Usage: windeployqt [options] [files]