diff options
author | Andreas Eliasson <[email protected]> | 2023-02-09 14:16:53 +0100 |
---|---|---|
committer | Andreas Eliasson <[email protected]> | 2023-02-28 16:53:10 +0000 |
commit | 8ecd81ae86b07ef0ec10f17a343d349c07b1a29b (patch) | |
tree | 9b435bdb0d61f94b7820d0aa5b34281110fc6e01 /src/tools/macdeployqt/shared/shared.cpp | |
parent | ee1651efdd32dfb96443828ddaeddccb3e4e3648 (diff) |
Doc: Remove duplicate words
Change-Id: Ia7a38a1035bd34d00f20351a0adc3927e473b2e7
Pick-to: 6.5 6.4 6.2
Reviewed-by: Topi Reiniƶ <[email protected]>
Diffstat (limited to 'src/tools/macdeployqt/shared/shared.cpp')
-rw-r--r-- | src/tools/macdeployqt/shared/shared.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/macdeployqt/shared/shared.cpp b/src/tools/macdeployqt/shared/shared.cpp index 643fe5390a7..d4bfb4ce35b 100644 --- a/src/tools/macdeployqt/shared/shared.cpp +++ b/src/tools/macdeployqt/shared/shared.cpp @@ -942,7 +942,7 @@ bool DeploymentInfo::containsModule(const QString &module, const QString &libInF } /* - Deploys the the listed frameworks listed into an app bundle. + Deploys the listed frameworks into an app bundle. The frameworks are searched for dependencies, which are also deployed. (deploying Qt3Support will also deploy QtNetwork and QtSql for example.) Returns a DeploymentInfo structure containing the Qt path used and a |