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 <hjk121@nokiamail.com>
This commit is contained in:
Leena Miettinen
2014-03-14 16:02:01 +01:00
parent 2c42b06f00
commit 7b088afbe9
11 changed files with 32 additions and 33 deletions

View File

@@ -37,7 +37,7 @@
application on a particular platform.
\QC automatically detects the compilers that are registered by your system
or by an SDK. You can add compilers to build applications by using other
or by an installer. You can add compilers to build applications by using other
compilers or by using additional versions of the automatically detected
compilers:
@@ -49,7 +49,7 @@
\li MinGW (Minimalist GNU for Windows) is a native software port of GCC
and GNU Binutils for use in the development of native Microsoft
Windows applications on Windows. MinGW is
distributed together with \QC and Qt SDK for Windows.
distributed together with \QC and Qt installers for Windows.
\li Linux ICC (Intel C++ Compiler) is a group of C and C++ compilers
for Linux.