summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-08-05 12:33:23 +0200
committerKai Koehne <kai.koehne@qt.io>2016-08-05 12:05:11 +0000
commitf087b0b6e18decbd1633be59fd42d6ef7bf3dea1 (patch)
tree4732fdd48235134a47ae6f0827a360ee56393bcf
parent6f2fa4e855d003cdd3163d53d07b8cec662b01f8 (diff)
downloadqtdoc-f087b0b6e18decbd1633be59fd42d6ef7bf3dea1.tar.gz
Deployment: Clarify that Qt can be part of the system
It's not always true that Qt isn't part of the system libs, especially for embedded systems. Change-Id: I99abaf1198cf04ec7899f2f11f092ee49d3ef4fe Reviewed-by: Topi Reiniƶ <topi.reinio@theqtcompany.com>
-rw-r--r--doc/src/deployment/deployment.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/deployment/deployment.qdoc b/doc/src/deployment/deployment.qdoc
index 5712b7ad..369e22e2 100644
--- a/doc/src/deployment/deployment.qdoc
+++ b/doc/src/deployment/deployment.qdoc
@@ -67,8 +67,8 @@
\section1 Deploying Qt's Libraries
- Qt is not a system library, so it must be redistributed with your
- application. The minimum is to redistribute the run-time
+ Unless Qt is part of the system libraries it must be redistributed
+ with your application. The minimum is to redistribute the run-time
of the libraries used by the application. However, with static linking,
the Qt run-times can be compiled into the executable.