diff options
author | Leena Miettinen <[email protected]> | 2014-03-14 16:02:01 +0100 |
---|---|---|
committer | Leena Miettinen <[email protected]> | 2014-03-14 16:12:10 +0100 |
commit | 7b088afbe95bce987e64b52ae509a2806c33e9b8 (patch) | |
tree | 3f86c186d4b0a936603d62560323530b9542e259 /doc/src/widgets | |
parent | 2c42b06f00799231ac2d4c8b3daae09e7ae76b70 (diff) |
Doc: don't use the term SDK in connection with Qt
Replace with "Qt distributions" or "installers" or rewrite
in some other way.
Remove references to installing Qt 4 SDK, because it is
no longer available for downloading.
Change-Id: I291f82702e21d953f2efbb0e634d6454b4bc17b9
Reviewed-by: hjk <[email protected]>
Diffstat (limited to 'doc/src/widgets')
-rw-r--r-- | doc/src/widgets/qtdesigner-plugins.qdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/widgets/qtdesigner-plugins.qdoc b/doc/src/widgets/qtdesigner-plugins.qdoc index 2c8eac05aa4..b93232a8387 100644 --- a/doc/src/widgets/qtdesigner-plugins.qdoc +++ b/doc/src/widgets/qtdesigner-plugins.qdoc @@ -47,8 +47,8 @@ \QD fetches plugins from the standard locations and loads the plugins that match its build key. \QD is delivered both as a standalone application - and as part of the SDK, where it is integrated into \QC. The correct folder - to place the plugins depends on which one you use. + and integrated into \QC. The correct folder to place the plugins depends on + whether you use the standalone \QD or the integrated \QD. The integrated \QD fetches plugins from the \c {%SDK%\bin\designer} folder on Windows and Linux. For information about how to configure plugins on @@ -128,7 +128,7 @@ \section1 Matching Build Keys - The \QC that is included in pre-built SDK packages on Windows is built with + The \QC that is included in pre-built Qt packages on Windows is built with the Microsoft Visual Studio compiler, whereas the version of Qt shipped for building applications is configured and built to use the MinGW/g++ compiler. Plugins built by using this version of Qt cannot be loaded by \QC because |